| 1 | <?php |
||
| 11 | class RenameHandler extends AbstractHandler implements HandlerInterface |
||
| 12 | { |
||
| 13 | public function hydrate(AnnotationInterface $annotation, array $json, ResourceInterface $object): array |
||
| 30 | |||
| 31 | public function extract(AnnotationInterface $annotation, ResourceInterface $object, array $json): array |
||
| 44 | } |
||
| 45 |