| 1 | <?php |
||
| 17 | class WikidataQueryFactory { |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @var WikidataQueryApi |
||
| 21 | */ |
||
| 22 | private $api; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * @param WikidataQueryApi $api |
||
| 26 | */ |
||
| 27 | public function __construct( WikidataQueryApi $api ) { |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @return SimpleQueryService |
||
| 33 | */ |
||
| 34 | public function newSimpleQueryService() { |
||
| 37 | |||
| 38 | private function newQuerySerializer() { |
||
| 46 | } |
||
| 47 |