Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Block.php
Go to the documentation of this file.
1 <?php
7 
11 
18 {
29  public function __construct(
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 }
$helper
Definition: iframe.phtml:13
__construct(Layout\ScheduledStructure\Helper $helper, Layout\Argument\Parser $argumentParser, Layout\ReaderPool $readerPool, InterpreterInterface $argumentInterpreter, Condition $conditionReader, $scopeType=null)
Definition: Block.php:29