Beispiel #1
0
 /**
  * Set allowed quote items for gift messages
  *
  * @param array $items
  * @return $this
  */
 public function setAllowQuoteItems($items)
 {
     $this->_session->setAllowQuoteItemsGiftMessage($items);
     return $this;
 }