1 | <?php |
||
10 | class UserFormsCheckboxSetField extends CheckboxSetField |
||
11 | { |
||
12 | |||
13 | /** |
||
14 | * jQuery validate requires that the value of the option does not contain |
||
15 | * the actual value of the input. |
||
16 | * |
||
17 | * @return ArrayList |
||
18 | */ |
||
19 | public function getOptions() |
||
29 | |||
30 | /** |
||
31 | * @inheritdoc |
||
32 | * |
||
33 | * @param Validator $validator |
||
34 | * |
||
35 | * @return bool |
||
36 | */ |
||
37 | public function validate($validator) |
||
59 | } |
||
60 |