|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
| $productRepository | |
| $simpleId = $productRepository->get('simple')->getId() | |
| $simpleDuplicatedId = $productRepository->get('simple-1')->getId() | |
| $virtualId = $productRepository->get('virtual-product')->getId() | |
| $reportObserver | |
| $productIds = [$simpleId, $simpleDuplicatedId, $simpleId, $virtualId, $simpleId, $virtualId] | |
| $reportResource | |
| try | |
| $productIds = [$simpleId, $simpleDuplicatedId, $simpleId, $virtualId, $simpleId, $virtualId] |
Definition at line 29 of file viewed_products.php.
| $productRepository |
Definition at line 16 of file viewed_products.php.
| $reportObserver |
Definition at line 25 of file viewed_products.php.
| $reportResource |
Definition at line 47 of file viewed_products.php.
| $simpleDuplicatedId = $productRepository->get('simple-1')->getId() |
Definition at line 20 of file viewed_products.php.
| $simpleId = $productRepository->get('simple')->getId() |
Definition at line 19 of file viewed_products.php.
| $virtualId = $productRepository->get('virtual-product')->getId() |
Definition at line 21 of file viewed_products.php.
| try |
Definition at line 52 of file viewed_products.php.