| Total Complexity | 4 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | final class AddChildReader extends AbstractReader |
||
| 18 | { |
||
| 19 | |||
| 20 | /** |
||
| 21 | * Get admin children. |
||
| 22 | * |
||
| 23 | * @param ReflectionClass $class Entity class. |
||
| 24 | * |
||
| 25 | * @return array<string, string> Children model class => field list. |
||
| 26 | */ |
||
| 27 | public function getChildren(ReflectionClass $class): array |
||
| 60 |