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-backend
Block
Widget
Button
Item.php
Go to the documentation of this file.
1
<?php
7
namespace
Magento\Backend\Block\Widget\Button
;
8
19
class
Item
extends
\Magento\Framework\DataObject
20
{
26
protected
$_isDeleted
=
false
;
27
34
public
function
isDeleted
($isDeleted =
null
)
35
{
36
$result
=
$this->_isDeleted
;
37
if
($isDeleted !==
null
) {
38
$this->_isDeleted = $isDeleted;
39
}
40
return
$result
;
41
}
42
}
$result
$result
Definition:
product_configurable_not_available_rollback.php:26
Magento\Framework\DataObject
Definition:
DataObject.php:15
Magento\Backend\Block\Widget\Button\Item\isDeleted
isDeleted($isDeleted=null)
Definition:
Item.php:34
Magento\Backend\Block\Widget\Button
Definition:
ButtonList.php:7
Magento\Backend\Block\Widget\Button\Item\$_isDeleted
$_isDeleted
Definition:
Item.php:26
Magento\Backend\Block\Widget\Button\Item
Definition:
Item.php:19