Protected Member Functions | |
_construct () |
Definition at line 28 of file Checkmo.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 31 of file Checkmo.php.
00032 { 00033 parent::_construct(); 00034 $this->setTemplate('payment/form/checkmo.phtml'); 00035 }