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 19
Control
setValue(mixed $value)
No description
at line 22
mixed
getValue()
No description
at line 24
void
validate()
No description
at line 30
array
getErrors()
Returns errors corresponding to control.
at line 35
bool
isOmitted()
Is control value excluded from $form->getValues() result?