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
显示文件 Open project: caciobanu/improved-magento-layered-navigation Class Usage Examples

Public Methods

Method 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 method

Set correct template depending on module state
public __construct ( )

getCurrentMaxPriceFilter() public method

Get current maximum price filter
public getCurrentMaxPriceFilter ( ) : float
return float

getCurrentMinPriceFilter() public method

Get current minimum price filter
public getCurrentMinPriceFilter ( ) : float
return float

getItemsCount() public method

Retrieve filter items count
public getItemsCount ( ) : integer
return integer

getMaxPriceFloat() public method

Get maximum price from layer products set
public getMaxPriceFloat ( ) : float
return float

getMinPriceFloat() public method

Get minimum price from layer products set
public getMinPriceFloat ( ) : float
return float

getUrlPattern() public method

URL Pattern used in javascript for price filtering
public getUrlPattern ( ) : string
return string