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 40 of file Form.php.
00041 { 00042 $this->setTemplate('amazonpayments/form.phtml'); 00043 parent::_construct(); 00044 }