Checkbox extends Field
Table of Contents
Methods
- __toString() : string
- Magic method return value as string.
- isEmptyValue() : bool
- Gets true, if current value is empty.
- viewForm() : void
- Vew field.
Methods
__toString()
Magic method return value as string.
public
__toString() : string
Return values
stringisEmptyValue()
Gets true, if current value is empty.
public
isEmptyValue() : bool
Return values
boolviewForm()
Vew field.
public
viewForm([array<string|int, mixed> $params = array() ]) : void
Parameters
- $params : array<string|int, mixed> = array()
-
Array params: name - field name class - css-class for this element additional - some additional params as is.