Protected Member Functions | |
_construct () |
Definition at line 28 of file Form.php.
_construct | ( | ) | [protected] |
Internal constructor, that is called from real constructor
Please override this one instead of overriding real __construct constructor
Please override this one instead of overriding real __construct constructor
Reimplemented from Mage_Core_Block_Abstract.
Definition at line 30 of file Form.php.
00031 { 00032 $this->setTemplate('paypal/standard/form.phtml'); 00033 parent::_construct(); 00034 }