Form
Form.php
:
14
Methods¶
__construct()
¶
Form.php
:
19
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$contentId | int|null | null | - |
$contentFieldId | int|null | null | - |
$languageCode | string|null | null | - |
$fields | array<string|int, Field> | [] | - |
getContentFieldId()
¶
Form.php
:
81
|
|
Return values
int|null
getContentId()
¶
Form.php
:
71
|
|
Return values
int|null
getFieldById()
¶
Form.php
:
46
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$id | string | - | - |
Return values
Tags
getFieldByIdentifier()
¶
Form.php
:
60
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$identifier | string | - | - |
Return values
Tags
getFields()
¶
Form.php
:
30
|
|
Return values
array<string|int, Field>
getLanguageCode()
¶
Form.php
:
91
|
|
Return values
string|null
setContentFieldId()
¶
Form.php
:
86
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$contentFieldId | int|null | - | - |
setContentId()
¶
Form.php
:
76
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$contentId | int|null | - | - |
setFields()
¶
Form.php
:
38
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$fields | array<string|int, Field> | - | - |
setLanguageCode()
¶
Form.php
:
96
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$languageCode | string|null | - | - |