Protected Member Functions | |
_construct () |
Definition at line 34 of file Info.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 36 of file Info.php.
00037 { 00038 parent::_construct(); 00039 $this->setTemplate('sales/order/shipment/tracking/info.phtml'); 00040 }