Control
interface Control
Defines method that must be implemented to allow a component to act like a form control.
Methods
mixed
getValue()
Returns control's value.
void
validate()
No description
array
getErrors()
Returns errors corresponding to control.
bool
isOmitted()
Is control value excluded from $form->getValues() result?
Details
at line 22
Control
setValue(mixed $value)
Sets control's value.
at line 28
mixed
getValue()
Returns control's value.
at line 30
void
validate()
No description
at line 35
array
getErrors()
Returns errors corresponding to control.
at line 40
bool
isOmitted()
Is control value excluded from $form->getValues() result?