Total Complexity | 4 |
Total Lines | 38 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
8 | class AddMageInit |
||
9 | { |
||
10 | protected $scriptTags = [ |
||
11 | 'open' => '<script type="text/x-magento-init">', |
||
12 | 'close' => '</script>' |
||
13 | ]; |
||
14 | |||
15 | protected $container; |
||
16 | |||
17 | /** @var Filesystem */ |
||
18 | protected $filesystem; |
||
19 | |||
20 | public function __construct(AppContainer $appContainer) |
||
24 | } |
||
25 | |||
26 | public function handle(string $file, array $data) |
||
35 | ]); |
||
36 | } |
||
37 | |||
38 | protected function addInit($file, array $data) |
||
48 |