Total Complexity | 5 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 3 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
5 | class LsfRepeatingFieldset extends LsfFieldset |
||
6 | { |
||
7 | protected string $type = 'repeating-fieldset'; |
||
8 | |||
9 | /** |
||
10 | * Add additional data for the Repeating Fieldset for VueJS |
||
11 | * |
||
12 | * @return array |
||
13 | */ |
||
14 | protected function addToJson(): array |
||
21 | } |
||
22 | |||
23 | /** |
||
24 | * Returns the Fieldset’s response after the form has been submitted and validated |
||
25 | * |
||
26 | * @param $input |
||
27 | * @return array |
||
28 | */ |
||
29 | public function response($input): array |
||
49 | } |