1 | <?php |
||
9 | class Hydrator implements HydratorInterface |
||
10 | { |
||
11 | private $registry; |
||
12 | |||
13 | public function __construct(RegistryInterface $registry) |
||
17 | |||
18 | /** |
||
19 | * @param TaskEventInterface $taskEvent |
||
20 | * @return TaskTypeInterface |
||
21 | * @throws TaskException |
||
22 | */ |
||
23 | public function getTaskFromTaskEvent(TaskEventInterface $taskEvent) |
||
39 | } |
||
40 |