1 | <?php |
||
9 | class GeoJsonPage { |
||
10 | |||
11 | private $json; |
||
12 | |||
13 | public function __construct( string $json ) { |
||
16 | |||
17 | public function addToParserOutput( \ParserOutput $parserOutput ) { |
||
21 | |||
22 | public function addToOutputPage( \OutputPage $output ) { |
||
26 | |||
27 | private function getMapHtml(): string { |
||
52 | |||
53 | private function wrapHtmlInThumbDivs( string $html ): string { |
||
68 | |||
69 | } |
||
70 |