コード例 #1
0
 /**
  * Indicate if attribute is filterable in search.
  *
  * @param Mage_Catalog_Model_Entity_Attribute $attribute Attribute to be tested
  *
  * @return bool
  */
 protected function _getIsFilterableAttribute($attribute)
 {
     return $attribute->getIsFilterableInSearch();
 }