Field
Field.php
:
13
Methods¶
__construct()
¶
Field.php
:
19
|
|
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
:
42
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
Tags
getAttributes()
¶
Field.php
:
94
|
|
|
Return values
array<string|int, Attribute>
getAttributeValue()
¶
Field.php
:
81
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Tags
getId()
¶
Field.php
:
53
|
|
|
Return values
string|null
getIdentifier()
¶
Field.php
:
63
|
|
|
Return values
string|null
getName()
¶
Field.php
:
68
|
|
|
Return values
string|null
getValidators()
¶
Field.php
:
110
|
|
|
Return values
array<string|int, Validator>
hasAttribute()
¶
Field.php
:
28
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string | - | - |
Return values
bool
setAttributes()
¶
Field.php
:
102
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $attributes | array<string|int, Attribute> | - | - |
setId()
¶
Field.php
:
58
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | string|null | - | - |
setIdentifier()
¶
Field.php
:
86
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $identifier | string|null | - | - |
setName()
¶
Field.php
:
73
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $name | string|null | - | - |
setValidators()
¶
Field.php
:
118
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $validators | array<string|int, Validator> | - | - |