示例#1
0
文件: Grid.php 项目: nja78/magento2
 /**
  * Check if allowed for gift message
  *
  * @param Item $item
  * @return bool
  */
 public function isAllowedForGiftMessage($item)
 {
     return $this->_giftMessageSave->getIsAllowedQuoteItem($item);
 }