PHP Class Aligent_CacheObserver_Model_Resource_Catalog_Category

Author: ModuleCreator
Inheritance: extends Mage_Catalog_Model_Resource_Category
Exibir arquivo Open project: aligent/cacheobserver

Public Methods

Method Description
load ( Mage_Catalog_Model_Category $oCategory, string | integer $id, array $attributes = [] ) : self Loads the category, implementing specific rules for caching

Method Details

load() public method

Loads the category, implementing specific rules for caching
public load ( Mage_Catalog_Model_Category $oCategory, string | integer $id, array $attributes = [] ) : self
$oCategory Mage_Catalog_Model_Category
$id string | integer
$attributes array
return self