1 | <?php |
||
13 | class SemanticGeoJsonStore implements GeoJsonStore { |
||
14 | |||
15 | private $parserData; |
||
16 | private $subjectPage; |
||
17 | private $smwEventDispatcher; |
||
18 | private $subObjectBuilder; |
||
19 | |||
20 | 3 | public function __construct( ParserData $parserData, Title $subjectPage, EventDispatcher $smwEventDispatcher, SubObjectBuilder $subObjectBuilder ) { |
|
26 | |||
27 | 3 | public function storeGeoJson( string $geoJson ) { |
|
42 | |||
43 | } |
||
44 |