
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/cba/form.phtml'); 00043 parent::_construct(); 00044 }
1.5.8