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