1 | <?php |
||
10 | class GeoJsonContent extends \JsonContent { |
||
11 | |||
12 | public const CONTENT_MODEL_ID = 'GeoJSON'; |
||
13 | |||
14 | public function __construct( string $text, string $modelId = self::CONTENT_MODEL_ID ) { |
||
17 | |||
18 | protected function fillParserOutput( Title $title, $revId, ParserOptions $options, |
||
36 | |||
37 | private function getMapHtml(): string { |
||
50 | |||
51 | private function wrapHtmlInThumbDivs( string $html ): string { |
||
66 | |||
67 | } |
||
68 |