FieldInterface
interface FieldInterface
Field interface
Constants
TEXT |
|
NUMBER |
|
CUSTOM |
|
BOOLEAN_TYPE |
|
LIST |
|
PHP_CLASS |
|
PASSWORD |
|
URL |
|
|
|
TEXT_AREA |
|
IMAGE |
|
DATE |
|
TYPES_LIST |
Field type list |
Methods
string
getName()
Get field name
string|null
getTitle()
Get field title
string
getType()
Get field type
void
setValue(mixed $value)
Set field value
mixed
getValue()
Get field value
Details
at line 53
string
getName()
Get field name
at line 60
string|null
getTitle()
Get field title
at line 67
string
getType()
Get field type
at line 75
void
setValue(mixed $value)
Set field value
at line 82
mixed
getValue()
Get field value