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
framework
View
Layout
Generator
Context.php
Go to the documentation of this file.
1
<?php
6
namespace
Magento\Framework\View\Layout\Generator
;
7
8
use
Magento\Framework\View\Layout
;
9
use
Magento\Framework\View\LayoutInterface
;
10
15
class
Context
16
{
20
protected
$structure
;
21
25
protected
$layout
;
26
33
public
function
__construct
(
34
Layout
\
Data
\
Structure
$structure
,
35
LayoutInterface
$layout
36
) {
37
$this->structure =
$structure
;
38
$this->layout =
$layout
;
39
}
40
44
public
function
getStructure
()
45
{
46
return
$this->structure
;
47
}
48
52
public
function
getLayout
()
53
{
54
return
$this->layout
;
55
}
56
}
Magento\Framework\View\Layout\Generator\Context\getStructure
getStructure()
Definition:
Context.php:44
Magento\Framework\View\Layout\Generator\Context\$structure
$structure
Definition:
Context.php:20
Magento\Framework\View\Layout
Definition:
AclCondition.php:6
Magento\Framework\View\Layout\Generator
Definition:
Block.php:6
Magento\Framework\View\Layout
Definition:
Layout.php:28
Magento\Framework\View\Layout\Generator\Context\getLayout
getLayout()
Definition:
Context.php:52
Magento\Framework\View\Layout\Generator\Context\__construct
__construct(Layout\Data\Structure $structure, LayoutInterface $layout)
Definition:
Context.php:33
Magento\Framework\View\Layout\Generator\Context\$layout
$layout
Definition:
Context.php:25
Magento\Framework\View\Element\UiComponent\LayoutInterface
Definition:
LayoutInterface.php:13
Magento\Framework\View\LayoutInterface
Definition:
LayoutInterface.php:13
Magento\Framework\View\Layout\Generator\Structure
Definition:
Structure.php:15
Magento\Framework\View\Context
Definition:
Context.php:32
Magento\Framework\Event\Config\Data
Definition:
Data.php:13