PHP Class Catalin_SEO_Block_Catalog_Layer_Filter_Price

NOTICE OF LICENSE This source file is subject to the MIT License (MIT) that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: https://opensource.org/licenses/MIT
Inheritance: extends Mage_Catalog_Block_Layer_Filter_Price
Afficher le fichier Open project: caciobanu/improved-magento-layered-navigation Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) Class constructor
getCurrentMaxPriceFilter ( ) : float Get current maximum price filter
getCurrentMinPriceFilter ( ) : float Get current minimum price filter
getItemsCount ( ) : integer Retrieve filter items count
getMaxPriceFloat ( ) : float Get maximum price from layer products set
getMinPriceFloat ( ) : float Get minimum price from layer products set
getUrlPattern ( ) : string URL Pattern used in javascript for price filtering

Method Details

__construct() public méthode

Set correct template depending on module state
public __construct ( )

getCurrentMaxPriceFilter() public méthode

Get current maximum price filter
public getCurrentMaxPriceFilter ( ) : float
Résultat float

getCurrentMinPriceFilter() public méthode

Get current minimum price filter
public getCurrentMinPriceFilter ( ) : float
Résultat float

getItemsCount() public méthode

Retrieve filter items count
public getItemsCount ( ) : integer
Résultat integer

getMaxPriceFloat() public méthode

Get maximum price from layer products set
public getMaxPriceFloat ( ) : float
Résultat float

getMinPriceFloat() public méthode

Get minimum price from layer products set
public getMinPriceFloat ( ) : float
Résultat float

getUrlPattern() public méthode

URL Pattern used in javascript for price filtering
public getUrlPattern ( ) : string
Résultat string