protected function _construct()
 {
     parent::_construct();
     $this->p0b = array(self::DDTYPE_MEGA => "mega", self::DDTYPE_CLASSIC => "classic", self::DDTYPE_SIMPLE => "simple");
     $this->p0c = FALSE;
     $this->p0d = "#@#";
     $this->p0e = FALSE;
     $this->p0f = NULL;
     if (Mage::registry('current_category')) {
         $this->p10 = Mage::registry('current_category')->getId();
     }
 }
示例#2
0
 protected function _construct()
 {
     $this->setData('module_name', 'Mage_Catalog');
     parent::_construct();
 }
示例#3
0
 /**
  * Construct parent and define $_config
  *
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_config = Mage::getModel('sidenav/config');
 }
示例#4
0
 /**
  * Class constructor
  * @return AW_Mobile_Block_Catalog_Navigation
  */
 protected function _construct()
 {
     Mage::register(self::IS_NAVIGATION_PAGE, true);
     parent::_construct();
 }
示例#5
0
 protected function _construct()
 {
     parent::_construct();
 }
示例#6
0
 protected function _construct()
 {
     parent::_construct();
     $this->cfgExt = (object) Mage::helper('magicmenu')->getConfig();
 }