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
파일 보기 프로젝트 열기: caciobanu/improved-magento-layered-navigation

공개 메소드들

메소드 설명
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