IControl
interface IControl
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 23
IControl
setValue(mixed $value)
Sets control's value.
at line 29
mixed
getValue()
Returns control's value.
at line 31
void
validate()
No description
at line 36
array
getErrors()
Returns errors corresponding to control.
at line 41
bool
isOmitted()
Is control value excluded from $form->getValues() result?