FillFields
implements
Operation
Table of Contents
Interfaces
- Operation
Methods
-
__construct()
: mixed
-
convertKeysToLocationFormat()
: array<string|int, mixed>
-
extractFieldItem()
: Item|null, 3: string}
-
launch()
: Result
__construct()
public
__construct(array<int, array{name: string, value: string}> $fields, Member $member[, DocumentRepository|null $documentRepository = null ][, ProfileProvider|null $profileProvider = null ][, MemberDynamicFieldInfoProvider|null $memberDynamicFieldProvider = null ]) : mixed
Parameters
-
$fields
: array<int, array{name: string, value: string}>
-
-
$member
: Member
-
-
$documentRepository
: DocumentRepository|null
= null
-
-
$profileProvider
: ProfileProvider|null
= null
-
-
$memberDynamicFieldProvider
: MemberDynamicFieldInfoProvider|null
= null
-
public
convertKeysToLocationFormat(array<string|int, mixed> $value) : array<string|int, mixed>
Parameters
-
$value
: array<string|int, mixed>
-
Return values
array<string|int, mixed>
public
extractFieldItem(array<string|int, mixed> $field, Document|null $document) : Item|null, 3: string}
Parameters
-
$field
: array<string|int, mixed>
-
-
$document
: Document|null
-
Return values
Item|null, 3: string}
launch()
public
launch() : Result