Protected Member Functions | |
_construct () |
Definition at line 34 of file Form.php.
_construct | ( | ) | [protected] |
Varien constructor
Reimplemented from Mage_Core_Block_Abstract.
Definition at line 39 of file Form.php.
00040 { 00041 $this->setTemplate('amazonpayments/asp/form.phtml'); 00042 parent::_construct(); 00043 }