protected function _construct()
 {
     parent::_construct();
     list($this->_langHelper, $this->_coreHelper) = $this->_checkTypes($this->getData('language_helper') ?: Mage::helper('eb2ccore/languages'), $this->getData('core_helper') ?: Mage::helper('eb2ccore'));
 }
Exemple #2
0
 public function _construct()
 {
     $this->_filePath = Mage::getBaseDir() . '/' . 'robots.txt';
     parent::_construct();
 }