| 1 | <?php |
||
| 13 | class GetEntitiesInterpreter { |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @param string $resultJson |
||
| 17 | * |
||
| 18 | * @return EntityPage[] |
||
| 19 | */ |
||
| 20 | 6 | public function getEntityPagesFromResult( $resultJson ): array { |
|
| 33 | |||
| 34 | 4 | private function constructEntityPages( array $entityPagesData ) { |
|
| 49 | |||
| 50 | 3 | private function constructEntityPage( array $entityPageData ) { |
|
| 59 | |||
| 60 | } |
||
| 61 |