PHP 클래스 Catalin_SEO_Model_Catalog_Layer_Filter_Item

NOTICE OF LICENSE This source file is subject to the Open Software License (OSL 3.0) that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://opensource.org/licenses/osl-3.0.php
상속: extends Mage_Catalog_Model_Layer_Filter_Item
파일 보기 프로젝트 열기: caciobanu/improved-magento-layered-navigation

보호된 프로퍼티들

프로퍼티 타입 설명
$helper

공개 메소드들

메소드 설명
getRemoveUrl ( ) : string Get url for remove item from filter
getUrl ( ) : string Get filter item url
isSelected ( ) : boolean Check if current filter is selected

보호된 메소드들

메소드 설명
helper ( )

메소드 상세

getRemoveUrl() 공개 메소드

Get url for remove item from filter
public getRemoveUrl ( ) : string
리턴 string

getUrl() 공개 메소드

Get filter item url
public getUrl ( ) : string
리턴 string

helper() 보호된 메소드

protected helper ( )

isSelected() 공개 메소드

Check if current filter is selected
public isSelected ( ) : boolean
리턴 boolean

프로퍼티 상세

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

protected $helper