Esempio n. 1
0
 protected function _construct()
 {
     parent::_construct();
     $this->setShowGlobalIcon(true);
 }
Esempio n. 2
0
 /**
  * Instantiate a recurring payment subscription to use it as a helper
  */
 protected function _construct()
 {
     $this->_subscription = Mage::getSingleton('customweb_subscription/subscription');
     return parent::_construct();
 }