placeQuery = $placeQuery; } public function getPlaces(int $id): array { return $this->placeQuery->readByConfig($id); } public function getKeysByIds(array $ids) { return $this->placeQuery->getKeysByIds($ids); } public function getKeysByConfig(int $id) { return $this->placeQuery->getKeysByConfig($id); } }