PHP Класс 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
Наследование: extends Mage_Catalog_Model_Layer_Filter_Price
Показать файл Открыть проект

Открытые методы

Метод Описание
getMaxPriceFloat ( ) : float Get maximum price from layer products set
getMinPriceFloat ( ) : float Get minimum price from layer products set

Защищенные методы

Метод Описание
_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

Описание методов

_renderRangeLabel() защищенный Метод

Prepare text of range label
protected _renderRangeLabel ( float | string $fromPrice, float | string $toPrice ) : string
$fromPrice float | string
$toPrice float | string
Результат string

collectPriceRange() защищенный Метод

Collect useful information - max and min price
protected collectPriceRange ( ) : Catalin_SEO_Model_Catalog_Layer_Filter_Price
Результат Catalin_SEO_Model_Catalog_Layer_Filter_Price

getMaxPriceFloat() публичный Метод

Get maximum price from layer products set
public getMaxPriceFloat ( ) : float
Результат float

getMinPriceFloat() публичный Метод

Get minimum price from layer products set
public getMinPriceFloat ( ) : float
Результат float