Methods
Parameters
Name |
Type |
Default value |
Description |
$content
|
ContentInfo
|
-
|
-
|
$languageCode
|
string
|
-
|
-
|
$form
|
Form
|
-
|
-
|
$data
|
array<string|int, mixed>
|
-
|
-
|
Return values
FormSubmission
Tags
-
Throws
-
NotFoundException
-
Throws
-
FormFieldNotFoundException
Parameters
|
public getCount(ContentInfo $content[, string|null $languageCode = null ]) : int
|
Parameters
Name |
Type |
Default value |
Description |
$content
|
ContentInfo
|
-
|
-
|
$languageCode
|
string|null
|
null
|
-
|
Return values
int
|
public loadAllByContentForExport(ContentInfo $content[, string|null $languageCode = null ]) : array<int, array<int, array{id: int, identifier: string, name: string, value: mixed}>>
|
Parameters
Name |
Type |
Default value |
Description |
$content
|
ContentInfo
|
-
|
-
|
$languageCode
|
string|null
|
null
|
-
|
Return values
array<int, array<int, array{id: int, identifier: string, name: string, value: mixed}>>
Tags
-
Throws
-
Exception
-
Throws
-
Exception
Parameters
Name |
Type |
Default value |
Description |
$content
|
ContentInfo
|
-
|
-
|
$languageCode
|
string|null
|
null
|
-
|
$offset
|
int
|
0
|
-
|
$limit
|
int
|
25
|
-
|
Return values
FormSubmissionList
Parameters
Name |
Type |
Default value |
Description |
$id
|
int
|
-
|
-
|
Return values
FormSubmission
Tags
-
Throws
-
NotFoundException
|
public loadHeaders(ContentInfo $content[, string|null $languageCode = null ]) : array<string|int, string>
|
Parameters
Name |
Type |
Default value |
Description |
$content
|
ContentInfo
|
-
|
-
|
$languageCode
|
string|null
|
null
|
-
|
Return values
array<string|int, string>