PHP Class Catalin_SEO_Model_Catalog_Layer_Filter_Item

NOTICE OF LICENSE This source file is subject to the Open Software License (OSL 3.0) that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://opensource.org/licenses/osl-3.0.php
Inheritance: extends Mage_Catalog_Model_Layer_Filter_Item
Datei anzeigen Open project: caciobanu/improved-magento-layered-navigation

Protected Properties

Property Type Description
$helper

Public Methods

Method Description
getRemoveUrl ( ) : string Get url for remove item from filter
getUrl ( ) : string Get filter item url
isSelected ( ) : boolean Check if current filter is selected

Protected Methods

Method Description
helper ( )

Method Details

getRemoveUrl() public method

Get url for remove item from filter
public getRemoveUrl ( ) : string
return string

getUrl() public method

Get filter item url
public getUrl ( ) : string
return string

helper() protected method

protected helper ( )

isSelected() public method

Check if current filter is selected
public isSelected ( ) : boolean
return boolean

Property Details

$helper protected_oe property

protected $helper