Field
Field.php
:
13
Methods¶
__construct()
¶
Field.php
:
31
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | string|null | null | - |
| $identifier | string|null | null | - |
| $name | string|null | null | - |
| $attributes | array<string|int, Attribute> | [] | - |
| $validators | array<string|int, Validator> | [] | - |
getAttribute()
¶
Field.php
:
59
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
Tags
getAttributes()
¶
Field.php
:
113
|
|
|
Return values
array<string|int, Attribute>
getAttributeValue()
¶
Field.php
:
100
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Tags
getId()
¶
Field.php
:
70
|
|
|
Return values
string|null
getIdentifier()
¶
Field.php
:
80
|
|
|
Return values
string|null
getName()
¶
Field.php
:
85
|
|
|
Return values
string|null
getValidators()
¶
Field.php
:
129
|
|
|
Return values
array<string|int, Validator>
hasAttribute()
¶
Field.php
:
45
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
bool
setAttributes()
¶
Field.php
:
121
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributes | array<string|int, Attribute> | - | - |
setId()
¶
Field.php
:
75
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | string|null | - | - |
setIdentifier()
¶
Field.php
:
105
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string|null | - | - |
setName()
¶
Field.php
:
90
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $name | string|null | - | - |
setValidators()
¶
Field.php
:
137
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $validators | array<string|int, Validator> | - | - |