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