PHP Class Catalin_SEO_Model_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_Model_Layer_Filter_Price
Afficher le fichier Open project: caciobanu/improved-magento-layered-navigation

Méthodes publiques

Méthode Description
getMaxPriceFloat ( ) : float Get maximum price from layer products set
getMinPriceFloat ( ) : float Get minimum price from layer products set

Méthodes protégées

Méthode Description
_renderRangeLabel ( float | string $fromPrice, float | string $toPrice ) : string Prepare text of range label
collectPriceRange ( ) : Catalin_SEO_Model_Catalog_Layer_Filter_Price Collect useful information - max and min price

Method Details

_renderRangeLabel() protected méthode

Prepare text of range label
protected _renderRangeLabel ( float | string $fromPrice, float | string $toPrice ) : string
$fromPrice float | string
$toPrice float | string
Résultat string

collectPriceRange() protected méthode

Collect useful information - max and min price
protected collectPriceRange ( ) : Catalin_SEO_Model_Catalog_Layer_Filter_Price
Résultat Catalin_SEO_Model_Catalog_Layer_Filter_Price

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