| 1 | <?php |
||
| 11 | class CollectionHandler extends AbstractHandler implements HandlerInterface |
||
| 12 | { |
||
| 13 | 6 | public function hydrate(AnnotationInterface $annotation, array $json, ResourceInterface $object): array |
|
| 43 | |||
| 44 | 3 | public function extract(AnnotationInterface $annotation, ResourceInterface $object, array $json): array |
|
| 60 | } |
||
| 61 |