コード例 #1
0
 /**
  * Set model name
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_filterModelName = 'enterprise_search/search_layer_filter_attribute';
 }
コード例 #2
0
ファイル: Attribute.php プロジェクト: natxetee/magento2
 protected function _construct()
 {
     parent::_construct();
     $this->_filterModelName = 'Mage_Catalog_Model_Layer_Filter_Attribute';
 }