/**
  * Set model name
  */
 protected function _construct()
 {
     parent::_construct();
     $this->_filterModelName = 'enterprise_search/search_layer_filter_attribute';
 }
Beispiel #2
0
 protected function _construct()
 {
     parent::_construct();
     $this->_filterModelName = 'Mage_Catalog_Model_Layer_Filter_Attribute';
 }