1 | <?php |
||
12 | class GeoJsonContent extends \JsonContent { |
||
13 | |||
14 | public const CONTENT_MODEL_ID = 'GeoJSON'; |
||
15 | |||
16 | public static function newEmptyContentString(): string { |
||
20 | |||
21 | 2 | public function __construct( string $text, string $modelId = self::CONTENT_MODEL_ID ) { |
|
27 | |||
28 | 2 | public function getData(): Status { |
|
37 | |||
38 | 2 | private function isGeoJson( $json ): bool { |
|
44 | |||
45 | protected function fillParserOutput( Title $title, $revId, ParserOptions $options, |
||
54 | |||
55 | } |
||
56 |