1 | <?php |
||
5 | class InnerHits |
||
6 | { |
||
7 | protected $hits = []; |
||
8 | |||
9 | 20 | public function __construct(array $response) |
|
13 | |||
14 | 20 | public function getParentId($parentType) |
|
18 | |||
19 | 2 | public function getParent($parentType) |
|
20 | { |
||
21 | 2 | return array_get($this->hits, $parentType . '.hits.hits.0._source'); |
|
22 | } |
||
23 | |||
24 | public function get() |
||
28 | } |
||
29 |