Definition at line 11 of file Product.php.
◆ __construct()
__construct |
( |
Type |
$type | ) |
|
◆ afterGetIdentities()
afterGetIdentities |
( |
CatalogProduct |
$product, |
|
|
array |
$identities |
|
) |
| |
- Parameters
-
CatalogProduct | $product | |
array | $identities | |
- Returns
- string[]
Definition at line 31 of file Product.php.
35 foreach ($this->type->getParentIdsByChild(
$product->getEntityId()) as $parentId) {
36 $identities[] = CatalogProduct::CACHE_TAG .
'_' . $parentId;
The documentation for this class was generated from the following file: