PHP 클래스 Catalin_SEO_Model_Catalog_Layer_Filter_Attribute

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

보호된 프로퍼티들

프로퍼티 타입 설명
$_values

공개 메소드들

메소드 설명
apply ( Zend_Controller_Request_Abstract $request, object $filterBlock ) : Enterprise_Search_Model_Catalog_Layer_Filter_Attribute Apply attribute filter to layer
getValues ( )
setRequestVar ( string $varName ) : Mage_Catalog_Model_Layer_Filter_Abstract Set request variable name which is used for apply filter

보호된 메소드들

메소드 설명
_getItemsData ( ) : array Get data array for building attribute filter items

메소드 상세

_getItemsData() 보호된 메소드

Get data array for building attribute filter items
protected _getItemsData ( ) : array
리턴 array

apply() 공개 메소드

Apply attribute filter to layer
public apply ( Zend_Controller_Request_Abstract $request, object $filterBlock ) : Enterprise_Search_Model_Catalog_Layer_Filter_Attribute
$request Zend_Controller_Request_Abstract
$filterBlock object
리턴 Enterprise_Search_Model_Catalog_Layer_Filter_Attribute

getValues() 공개 메소드

public getValues ( )

setRequestVar() 공개 메소드

Set request variable name which is used for apply filter
public setRequestVar ( string $varName ) : Mage_Catalog_Model_Layer_Filter_Abstract
$varName string
리턴 Mage_Catalog_Model_Layer_Filter_Abstract

프로퍼티 상세

$_values 보호되어 있는 프로퍼티

protected $_values