1 | <?php |
||
22 | class FormId implements WorkerInterface |
||
23 | { |
||
24 | |||
25 | /** |
||
26 | * Adds or changes a specific aspect of provided from |
||
27 | * |
||
28 | * @param ContainerInterface|FormInterface $form |
||
29 | * @param array $data |
||
30 | * |
||
31 | * @return void |
||
32 | */ |
||
33 | 12 | public static function execute(ContainerInterface $form, array $data) |
|
43 | } |