Catalin_SEO_Model_CatalogSearch_Layer::_prepareAttribute PHP Method

_prepareAttribute() protected method

Prepare attribute for use in layered navigation
protected _prepareAttribute ( Mage_Eav_Model_Entity_Attribute $attribute ) : Mage_Eav_Model_Entity_Attribute
$attribute Mage_Eav_Model_Entity_Attribute
return Mage_Eav_Model_Entity_Attribute
    protected function _prepareAttribute($attribute)
    {
        $attribute = parent::_prepareAttribute($attribute);
        $attribute->setIsFilterable(Mage_Catalog_Model_Layer_Filter_Attribute::OPTIONS_ONLY_WITH_RESULTS);
        return $attribute;
    }