| 1 | <?php |
||
| 24 | class DefaultHydratorGenerator implements HydratorGenerator |
||
| 25 | { |
||
| 26 | /** |
||
| 27 | * Generates an AST of {@see \PhpParser\Node[]} out of a given reflection class |
||
| 28 | * and a map of properties to be used to |
||
| 29 | * |
||
| 30 | * @return Node[] |
||
| 31 | */ |
||
| 32 | public function generate(ReflectionClass $originalClass) : array |
||
| 47 | } |
||
| 48 |