PHP 클래스 Catalin_SEO_Model_Enterprise_Catalog_Layer_Filter_Category

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

공개 메소드들

메소드 설명
apply ( Zend_Controller_Request_Abstract $request, Mage_Core_Block_Abstract $filterBlock ) : Mage_Catalog_Model_Layer_Filter_Category Apply category filter to layer

보호된 메소드들

메소드 설명
_getChildrenCategories ( Mage_Catalog_Model_Category $category ) : Varien_Data_Collection_Db Retrieve a collection of child categories for the provided category
_getItemsData ( ) : array Get data array for building category filter items

메소드 상세

_getChildrenCategories() 보호된 메소드

Retrieve a collection of child categories for the provided category
protected _getChildrenCategories ( Mage_Catalog_Model_Category $category ) : Varien_Data_Collection_Db
$category Mage_Catalog_Model_Category
리턴 Varien_Data_Collection_Db

_getItemsData() 보호된 메소드

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

apply() 공개 메소드

Apply category filter to layer
public apply ( Zend_Controller_Request_Abstract $request, Mage_Core_Block_Abstract $filterBlock ) : Mage_Catalog_Model_Layer_Filter_Category
$request Zend_Controller_Request_Abstract
$filterBlock Mage_Core_Block_Abstract
리턴 Mage_Catalog_Model_Layer_Filter_Category