Magento Extensions Rating 2024
EXTENSIONS BY CATEGORY
B2B (Business-To-Business)
Blog
Customer
ERP (Enterprise Resource Planning)
Mega Menu
One Step Checkout
Order
POS (Point Of Sale)
Search
Shopping Cart
Sitemap
SEO
Social
Stock & Inventory Management
EXTENSIONS BY DEVELOPER
aheadWorks
Amasty
Boost My Shop
BSS Commerce
Magestore
MageWorx
Mirasvit
Templates Master
Wyomind
XTENTO
Magento 2 Documentation
Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
vendor
magento
module-checkout
Model
Cart
CartInterface.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Checkout\Model\Cart
;
7
8
use
Magento\Quote\Model\Quote
;
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
}
Magento\Checkout\Model\Cart
Definition:
CartInterface.php:6
$quote
$quote
Definition:
paypal_quote.php:17
Magento\Checkout\Model\Cart\CartInterface\addProduct
addProduct($productInfo, $requestInfo=null)
Magento\Quote\Model\Quote
Definition:
Quote.php:107
Magento\Quote\Model\Quote
Definition:
AddressTest.php:6
Magento\Checkout\Model\Cart\CartInterface
Definition:
CartInterface.php:19
$requestInfo
foreach($optionCollection as $option) $requestInfo
Definition:
order_item_with_bundle_and_options.php:44
Magento\Checkout\Model\Cart\CartInterface\setQuote
setQuote(Quote $quote)
Magento\Checkout\Model\Cart\CartInterface\saveQuote
saveQuote()
Magento\Checkout\Model\Cart\CartInterface\getQuote
getQuote()