Control
interface Control
Contract for all form controls.
Methods
mixed
getValue()
No description
void
validate()
No description
array
getErrors()
Returns errors corresponding to control.
bool
isOmitted()
Is control value excluded from $form->getValues() result?
Details
at line 16
Control
setValue(mixed $value)
No description
at line 18
mixed
getValue()
No description
at line 20
void
validate()
No description
at line 26
array
getErrors()
Returns errors corresponding to control.
at line 31
bool
isOmitted()
Is control value excluded from $form->getValues() result?