Class Mage_Catalog_Model_Layer_Filter_Price
- Varien_Object
- Mage_Catalog_Model_Layer_Filter_Abstract
- Mage_Catalog_Model_Layer_Filter_Price
Package: Mage\Catalog
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Catalog/Model/Layer/Filter/Price.php
Copyright: Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
License: Open Software License (OSL 3.0)
Located at code/core/Mage/Catalog/Model/Layer/Filter/Price.php
public
|
|
protected
|
|
public
integer
|
|
public
float
|
|
public
integer
|
|
protected
string
|
|
protected
string
|
|
protected
array
|
|
protected
array
|
|
protected
|
|
protected
array|boolean
|
|
public
|
|
public
integer
|
|
public
|
|
public
float
|
|
public
|
|
public
integer
|
|
public
integer
|
|
public
null|string
|
|
public
false|string
|
|
public
array|false
|
#
loadPrices( integer $limit, null|integer $offset = null, null|integer $lowerPrice = null, null|integer $upperPrice = null )
Load range of product prices |
public
array|false
|
#
loadPreviousPrices( float $price, integer $index, null|integer $lowerPrice = null )
Load range of product prices, preceding the price |
public
array|false
|
#
loadNextPrices( float $price, integer $rightIndex, null|integer $upperPrice = null )
Load range of product prices, next to the price |
string |
XML_PATH_RANGE_CALCULATION
|
'catalog/layered_navigation/price_range_calculation' |
#
XML configuration paths for Price Layered Navigation |
string |
XML_PATH_RANGE_STEP
|
'catalog/layered_navigation/price_range_step' |
|
string |
XML_PATH_RANGE_MAX_INTERVALS
|
'catalog/layered_navigation/price_range_max_intervals' |
|
string |
XML_PATH_ONE_PRICE_INTERVAL
|
'catalog/layered_navigation/one_price_interval' |
|
string |
XML_PATH_INTERVAL_DIVISION_LIMIT
|
'catalog/layered_navigation/interval_division_limit' |
|
string |
RANGE_CALCULATION_AUTO
|
'auto' |
#
Price layered navigation modes: Automatic (equalize price ranges), Automatic (equalize product counts), Manual |
string |
RANGE_CALCULATION_IMPROVED
|
'improved' |
|
string |
RANGE_CALCULATION_MANUAL
|
'manual' |
|
integer |
MIN_RANGE_POWER
|
10 |
#
Minimal size of the range |
protected
|
$_resource |
|
#
Resource instance |
$_items,
$_requestVar
|