Total Complexity | 3 |
Total Lines | 65 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
12 | class CreateUserForm extends FormModel |
||
13 | { |
||
14 | /** |
||
15 | * Constructor injects with DI container. |
||
16 | * |
||
17 | * @param Psr\Container\ContainerInterface $di a service container |
||
|
|||
18 | */ |
||
19 | public function __construct(ContainerInterface $di) |
||
47 | ], |
||
48 | ] |
||
49 | ); |
||
50 | } |
||
51 | |||
52 | |||
53 | /** Method |
||
54 | */ |
||
55 | public function callbackSubmit() |
||
79 |