Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Public Member Functions | |
__construct (ObjectManagerInterface $objectManager, $defaultItemId, array $itemMap=[]) | |
getItemData (Item $item) | |
Protected Member Functions | |
get ($type) | |
Protected Attributes | |
$objectManager | |
$defaultItemId | |
$itemMap | |
Item pool
Definition at line 16 of file ItemPool.php.
__construct | ( | ObjectManagerInterface | $objectManager, |
$defaultItemId, | |||
array | $itemMap = [] |
||
) |
Construct
ObjectManagerInterface | $objectManager | |
string | $defaultItemId | |
array | $itemMap | @codeCoverageIgnore |
Definition at line 47 of file ItemPool.php.
|
protected |
Get section source by name
string | $type |
LocalizedException |
Definition at line 73 of file ItemPool.php.
getItemData | ( | Item | $item | ) |
{Get item data by quote item
Item | $item |
Implements ItemPoolInterface.
Definition at line 61 of file ItemPool.php.
|
protected |
Definition at line 30 of file ItemPool.php.
|
protected |
Definition at line 37 of file ItemPool.php.
|
protected |
Definition at line 23 of file ItemPool.php.