Ejemplo n.º 1
0
 /**
  * Instantiate data helper
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_dataHelper = Mage::helper('enterprise_support');
     $this->_htmlHelper = Mage::helper('enterprise_support/html');
 }
Ejemplo n.º 2
0
 /**
  * Constructor to set default template
  *
  * @return Mage_Adminhtml_Block_Customer_Edit_Tab_View_Grid_Renderer_Item
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('customer/edit/tab/view/grid/item.phtml');
     return $this;
 }
Ejemplo n.º 3
0
 public function __construct()
 {
     return parent::_construct();
 }
Ejemplo n.º 4
0
 protected function _construct()
 {
     parent::_construct();
     $this->setTemplate('shackathon_gamification/rule/grid/renderer/condition.phtml');
     return $this;
 }
Ejemplo n.º 5
0
 protected function _construct()
 {
     self::$_statuses = array(Mage_Newsletter_Model_Queue::STATUS_SENT => Mage::helper('Mage_Customer_Helper_Data')->__('Sent'), Mage_Newsletter_Model_Queue::STATUS_CANCEL => Mage::helper('Mage_Customer_Helper_Data')->__('Cancel'), Mage_Newsletter_Model_Queue::STATUS_NEVER => Mage::helper('Mage_Customer_Helper_Data')->__('Not Sent'), Mage_Newsletter_Model_Queue::STATUS_SENDING => Mage::helper('Mage_Customer_Helper_Data')->__('Sending'), Mage_Newsletter_Model_Queue::STATUS_PAUSE => Mage::helper('Mage_Customer_Helper_Data')->__('Paused'));
     parent::_construct();
 }
Ejemplo n.º 6
0
 protected function _construct()
 {
     $this->_runtimeModel = Mage::getModel('hackathon_indexerstats/runtime');
     parent::_construct();
 }