PHP 클래스 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
상속: extends Mage_Catalog_Block_Layer_Filter_Price
파일 보기 프로젝트 열기: caciobanu/improved-magento-layered-navigation 1 사용 예제들

공개 메소드들

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

메소드 상세

__construct() 공개 메소드

Set correct template depending on module state
public __construct ( )

getCurrentMaxPriceFilter() 공개 메소드

Get current maximum price filter
public getCurrentMaxPriceFilter ( ) : float
리턴 float

getCurrentMinPriceFilter() 공개 메소드

Get current minimum price filter
public getCurrentMinPriceFilter ( ) : float
리턴 float

getItemsCount() 공개 메소드

Retrieve filter items count
public getItemsCount ( ) : integer
리턴 integer

getMaxPriceFloat() 공개 메소드

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

getMinPriceFloat() 공개 메소드

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

getUrlPattern() 공개 메소드

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