PHP Class Aligent_CacheObserver_Model_Resource_Catalog_Product

Author: ModuleCreator
Inheritance: extends Mage_Catalog_Model_Resource_Product
Datei anzeigen Open project: aligent/cacheobserver

Public Methods

Method Description
load ( Mage_Catalog_Model_Product $oProduct, string | integer $id, array $attributes = [] ) : self Load a product, implementing specific caching rules

Protected Methods

Method Description
_getLoadAttributesSelect ( object $object, string $table ) : mixed {@inheritDoc}

Method Details

_getLoadAttributesSelect() protected method

Exceptions caught.
protected _getLoadAttributesSelect ( object $object, string $table ) : mixed
$object object
$table string
return mixed

load() public method

Load a product, implementing specific caching rules
public load ( Mage_Catalog_Model_Product $oProduct, string | integer $id, array $attributes = [] ) : self
$oProduct Mage_Catalog_Model_Product
$id string | integer
$attributes array
return self