protected function _construct()
 {
     $this->includePhpApi();
     Qualityunit_Liveagent_Helper_Data::convertOldButton();
     parent::_construct();
     $this->settings = new Qualityunit_Liveagent_Helper_Settings();
 }
 protected function _construct()
 {
     $this->ultility = Mage::getSingleton('solrsearch/ultility');
     $this->threadEnable = Mage::getResourceModel('solrsearch/solr')->threadEnable;
     $this->indexer = Mage::getResourceModel('solrsearch/indexer');
     parent::_construct();
 }
 function _construct()
 {
     parent::_construct();
     Mage::getSingleton('core/session', array('name' => 'adminhtml'));
     if (Mage::app()->getRequest()->getParam('isAjax') && !Mage::getSingleton('admin/session')->isLoggedIn()) {
         echo json_encode(array('ajaxExpired' => 1, 'ajaxRedirect' => $this->getUrl("thememanager/adminhtml_thememanager/index")));
         die;
     }
 }
 protected function _construct()
 {
     parent::_construct();
     // Define module dependent translate
     $this->setUsedModuleName('MageHackDay_TwoFactorAuth');
 }
Exemplo n.º 5
0
 /**
  * Enter description here...
  *
  */
 protected function _construct()
 {
     $this->setFlag('index', 'no-preDispatch', true);
     return parent::_construct();
 }
 public function _construct()
 {
     parent::_construct();
     $this->root_path = Mage::helper('debug')->getRootPath();
     $this->directory_separator = Mage::helper('debug')->getDirectorySeparator();
 }
Exemplo n.º 7
0
 /**
  * Constructor.
  * Set used module name for translations.
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->setUsedModuleName("Xcom_Mapping");
     $this->_publicActions = array('value');
 }
 /**
  * Set title
  *
  * @return void
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_title($this->__('System'))->_title($this->__('Redis Management'));
 }
 public function _construct()
 {
     parent::_construct();
     $this->_currentDate = date("d-m-Y", Mage::getModel('core/date')->timestamp(time()));
 }
Exemplo n.º 10
0
 public function _construct()
 {
     parent::_construct();
     $this->_helper = Mage::helper('logviewer');
 }