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
Показать файл Открыть проект

Открытые методы

Метод Описание
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