Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
CartInterface.php
Go to the documentation of this file.
1 <?php
7 
9 
19 interface CartInterface
20 {
28  public function addProduct($productInfo, $requestInfo = null);
29 
36  public function saveQuote();
37 
45  public function setQuote(Quote $quote);
46 
53  public function getQuote();
54 }
$quote
addProduct($productInfo, $requestInfo=null)
foreach($optionCollection as $option) $requestInfo