|
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
| $orderCollection = Bootstrap::getObjectManager()->create(Order::class)->getCollection() | |
| $order = $orderCollection->getFirstItem() | |
| $creditmemoItemFactory = Bootstrap::getObjectManager()->create(ItemFactory::class) | |
| $creditmemoFactory = Bootstrap::getObjectManager()->get(CreditmemoFactory::class) | |
| $creditmemo = $creditmemoFactory->createByOrder($order, $order->getData()) | |
| $items | |
| $creditmemoItemRepository = $objectManager->get(CreditmemoItemRepositoryInterface::class) | |
| $creditmemo = $creditmemoFactory->createByOrder($order, $order->getData()) |
Definition at line 28 of file creditmemo_items_for_search.php.
| $creditmemoFactory = Bootstrap::getObjectManager()->get(CreditmemoFactory::class) |
Definition at line 26 of file creditmemo_items_for_search.php.
| $creditmemoItemFactory = Bootstrap::getObjectManager()->create(ItemFactory::class) |
Definition at line 24 of file creditmemo_items_for_search.php.
| $creditmemoItemRepository = $objectManager->get(CreditmemoItemRepositoryInterface::class) |
Definition at line 87 of file creditmemo_items_for_search.php.
| $items |
Definition at line 33 of file creditmemo_items_for_search.php.
| $order = $orderCollection->getFirstItem() |
Definition at line 21 of file creditmemo_items_for_search.php.
| $orderCollection = Bootstrap::getObjectManager()->create(Order::class)->getCollection() |
Definition at line 19 of file creditmemo_items_for_search.php.