1 | <?php |
||
7 | class GeoJsonFetcherResult { |
||
8 | |||
9 | private $content; |
||
10 | private $revisionId; |
||
11 | private $source; |
||
12 | |||
13 | 2 | public function __construct( array $content, ?int $revisionId, ?\TitleValue $source ) { |
|
18 | |||
19 | 2 | public function getContent(): array { |
|
22 | |||
23 | 2 | public function getTitleValue(): ?\TitleValue { |
|
26 | |||
27 | 2 | public function getRevisionId(): ?int { |
|
30 | |||
31 | } |
||
32 |