FormSubmission
FormSubmission.php
:
14
Methods¶
__construct()
¶
FormSubmission.php
:
23
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | int | - | - |
| $userId | int | - | - |
| $languageCode | string | - | - |
| $values | array<string|int, FieldValue> | - | - |
| $created | DateTimeInterface|null | null | - |
Tags
fromRawData()
¶
FormSubmission.php
:
64
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $id | int | - | - |
| $userId | int | - | - |
| $languageCode | string | - | - |
| $data | array<string|int, mixed> | - | - |
| $created | DateTimeInterface|null | null | - |
Return values
self
Tags
getCreated()
¶
FormSubmission.php
:
56
|
|
|
Return values
DateTimeInterface
getId()
¶
FormSubmission.php
:
33
|
|
|
Return values
int
getLanguageCode()
¶
FormSubmission.php
:
51
|
|
|
Return values
string
getUserId()
¶
FormSubmission.php
:
46
|
|
|
Return values
int
getValues()
¶
FormSubmission.php
:
41
|
|
|
Return values
array<string|int, FieldValue>