コード例 #1
0
ファイル: View.php プロジェクト: xiaoguizhidao/devfashion
 public function __construct()
 {
     parent::__construct();
     $this->setIsEnabled(Mage::getStoreConfigFlag(sprintf('catalog/layered_navigation/%s_block_enabled', $this->_navigationGroup)));
     if (!Mage::registry('current_layer')) {
         Mage::register('current_layer', $this->getLayer());
     }
 }
コード例 #2
0
ファイル: View.php プロジェクト: technomagegithub/norma
 public function __construct()
 {
     parent::__construct();
     $this->_helper = Mage::helper('layerednav');
 }
コード例 #3
0
 public function __construct(array $args = array())
 {
     parent::__construct();
     $this->_layeredCategories = Mage::helper('bitbull_categorylayered')->getConfigConfigurationCategories();
 }
コード例 #4
0
ファイル: View.php プロジェクト: novayadi85/navicet
 public function __construct()
 {
     parent::__construct();
     $this->_helper = Mage::helper('multilayer');
 }