Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions | Protected Attributes
Structure Class Reference

Public Member Functions

 __construct (LayoutPool $layoutPool)
 

Protected Attributes

 $layoutPool
 

Detailed Description

Class Structure

Definition at line 15 of file Structure.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( LayoutPool  $layoutPool)

Constructor

Parameters
LayoutPool$layoutPool

Definition at line 27 of file Structure.php.

28  {
29  $this->layoutPool = $layoutPool;
30  }

Field Documentation

◆ $layoutPool

$layoutPool
protected

Definition at line 20 of file Structure.php.


The documentation for this class was generated from the following file: