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
Block
Cart
Additional
Info.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Checkout\Block\Cart\Additional
;
8
13
class
Info
extends
\Magento\Framework\View\Element\Template
14
{
18
protected
$_item
;
19
25
public
function
setItem
(\
Magento
\
Quote
\Model\
Quote
\
Item
\
AbstractItem
$item
)
26
{
27
$this->_item =
$item
;
28
return
$this;
29
}
30
35
public
function
getItem
()
36
{
37
return
$this->_item
;
38
}
39
}
Magento\Checkout\Block\Cart\Additional\Info\$_item
$_item
Definition:
Info.php:18
Magento\Checkout\Block\Cart\Additional
Definition:
Info.php:7
$item
$item
Definition:
partial_invoice.php:27
Magento\Checkout\Block\Cart\Additional\Info\getItem
getItem()
Definition:
Info.php:35
Magento\Checkout\Block\Cart\Additional\Info
Definition:
Info.php:13
Magento\Quote\Model\Quote\Address\Item
Definition:
Item.php:89
Magento
Magento\Quote\Model\Quote\Item\AbstractItem
Definition:
AbstractItem.php:50
Magento\Framework\DB\Platform\Quote
Definition:
Quote.php:13
Magento\Framework\View\Element\Template
Definition:
Template.php:32
Magento\Checkout\Block\Cart\Additional\Info\setItem
setItem(\Magento\Quote\Model\Quote\Item\AbstractItem $item)
Definition:
Info.php:25