| 1 | <?php |
||
| 24 | class RecursiveFilter |
||
| 25 | { |
||
| 26 | |||
| 27 | /** |
||
| 28 | * Transform each occurence of MongoId instance to it's string |
||
| 29 | * representation. This is required, as ElasticSearch anyway cannot |
||
| 30 | * store MongoId's |
||
| 31 | * @param array $data |
||
| 32 | */ |
||
| 33 | 49 | public static function mongoIdToString(array $data) |
|
| 47 | |||
| 48 | } |
||
| 49 |