| Total Complexity | 5 |
| Total Lines | 36 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class Add extends AbstractUniqueFieldsAction |
||
| 13 | { |
||
| 14 | protected $template = 'Add.php.twig'; |
||
| 15 | |||
| 16 | private $relations = [ |
||
| 17 | ManyToOne::class, |
||
| 18 | ManyToMany::class, |
||
| 19 | OneToOne::class, |
||
| 20 | ]; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @return array |
||
| 24 | * @throws \Doctrine\Common\Annotations\AnnotationException |
||
| 25 | * @throws \ReflectionException |
||
| 26 | */ |
||
| 27 | protected function getParams(): array |
||
| 43 | } |
||
| 44 | |||
| 45 | public function getClassName(): string |
||
| 50 |