Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ItemRepositoryInterface.php
Go to the documentation of this file.
1 <?php
7 
14 {
23  public function get($cartId, $itemId);
24 
38  public function save($cartId, \Magento\GiftMessage\Api\Data\MessageInterface $giftMessage, $itemId);
39 }
$giftMessage
Definition: items.phtml:47
save($cartId, \Magento\GiftMessage\Api\Data\MessageInterface $giftMessage, $itemId)
$cartId
Definition: quote.php:22