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
Model
View
Layout
Reader
Block.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Backend\Model\View\Layout\Reader
;
7
8
use
Magento\Framework\View\Layout
;
9
use
Magento\Framework\Data\Argument\InterpreterInterface
;
10
use
Magento\Framework\View\Layout\Reader\Visibility\Condition
;
11
17
class
Block
extends
Layout\Reader\Block
18
{
29
public
function
__construct
(
30
Layout
\
ScheduledStructure
\
Helper
$helper
,
31
Layout
\Argument\
Parser
$argumentParser,
32
Layout
\
ReaderPool
$readerPool,
33
InterpreterInterface
$argumentInterpreter,
34
Condition
$conditionReader,
35
$scopeType =
null
36
) {
37
$this->attributes[] =
'acl'
;
38
parent::__construct(
39
$helper
,
40
$argumentParser,
41
$readerPool,
42
$argumentInterpreter,
43
$conditionReader,
44
$scopeType
45
);
46
}
47
}
Magento\Setup\Module\I18n\Parser
Magento\Backend\Model\View\Layout\Reader\Block
Definition:
Block.php:17
$helper
$helper
Definition:
iframe.phtml:13
Magento\Framework\View\Layout
Definition:
AclCondition.php:6
Magento\Framework\View\Layout
Definition:
Layout.php:28
Magento\Backend\Model\View\Layout\Reader\Block\__construct
__construct(Layout\ScheduledStructure\Helper $helper, Layout\Argument\Parser $argumentParser, Layout\ReaderPool $readerPool, InterpreterInterface $argumentInterpreter, Condition $conditionReader, $scopeType=null)
Definition:
Block.php:29
Magento\Backend\Model\View\Layout\Reader
Definition:
Block.php:6
Magento\Framework\View\Layout\ReaderPool
Definition:
ReaderPool.php:13
Magento\Framework\View\Layout\ScheduledStructure
Definition:
ScheduledStructure.php:14
Magento\Framework\View\Layout\Reader\Visibility\Condition
Definition:
Condition.php:17
Magento\Framework\View\Layout\ScheduledStructure\Helper
Definition:
Helper.php:11
Magento\Framework\Data\Argument\InterpreterInterface
Definition:
InterpreterInterface.php:14