| 1 | <?php |
||
| 21 | class ElasticaToModelTransformer extends AbstractElasticaToModelTransformer |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * Fetch objects for theses identifier values. |
||
| 25 | * |
||
| 26 | * @param array $identifierValues ids values |
||
| 27 | * @param bool $hydrate whether or not to hydrate the objects, false returns arrays |
||
| 28 | * |
||
| 29 | * @return array of objects or arrays |
||
| 30 | */ |
||
| 31 | protected function findByIdentifiers(array $identifierValues, $hydrate) |
||
| 43 | } |
||
| 44 |