Protected Member Functions | |
_construct () |
Definition at line 35 of file Payment.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 37 of file Payment.php.
00038 { 00039 $this->getCheckout()->setStepData('payment', array( 00040 'label' => $this->__('Payment Information'), 00041 'is_show' => $this->isShow() 00042 )); 00043 parent::_construct(); 00044 }