Field
Field.php
:
13
Methods¶
__construct()
¶
Field.php
:
37
|
|
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
:
74
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
Tags
getAttributes()
¶
Field.php
:
148
|
|
|
Return values
array<string|int, Attribute>
getAttributeValue()
¶
Field.php
:
132
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Tags
getId()
¶
Field.php
:
88
|
|
|
Return values
string
getIdentifier()
¶
Field.php
:
104
|
|
|
Return values
string
getName()
¶
Field.php
:
112
|
|
|
Return values
string
getValidators()
¶
Field.php
:
164
|
|
|
Return values
array<string|int, Validator>
hasAttribute()
¶
Field.php
:
56
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
bool
setAttributes()
¶
Field.php
:
156
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributes | array<string|int, Attribute> | - | - |
setId()
¶
Field.php
:
96
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | string | - | - |
setIdentifier()
¶
Field.php
:
140
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
setName()
¶
Field.php
:
120
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $name | string | - | - |
setValidators()
¶
Field.php
:
172
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $validators | array<string|int, Validator> | - | - |