1 | <?php |
||
7 | class MapOutput { |
||
8 | |||
9 | private $html; |
||
10 | private $headItems; |
||
11 | private $resourceModules; |
||
12 | |||
13 | public function __construct( string $html, array $resourceModules, string $headItems ) { |
||
18 | |||
19 | public function getHtml(): string { |
||
22 | |||
23 | public function getHeadItems(): string { |
||
26 | |||
27 | public function getResourceModules(): array { |
||
30 | |||
31 | } |
||
32 |