コード例 #1
0
 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'));
 }
コード例 #2
0
ファイル: Robots.php プロジェクト: protechhelp/gamamba
 public function _construct()
 {
     $this->_filePath = Mage::getBaseDir() . '/' . 'robots.txt';
     parent::_construct();
 }