LegacySet implements Action
FinalYes
Table of Contents
Interfaces
Methods
- __construct() : mixed
- execute() : Result
Methods
__construct()
public
__construct(Type $type, array{'CUSTOM_SECTION_ID': string|int|null, 'CUSTOM_SECTIONS': array{'ID': string|int, 'TITLE': string}[]|null} $fields, array<int, array<string|int, mixed>> $exisingAutomatedSolutionsMap, array<string|int, CustomSection> $existingCustomSections[, bool $checkLimits = true ]) : mixed
Parameters
- $type : Type
- $fields : array{'CUSTOM_SECTION_ID': string|int|null, 'CUSTOM_SECTIONS': array{'ID': string|int, 'TITLE': string}[]|null}
- $exisingAutomatedSolutionsMap : array<int, array<string|int, mixed>>
- $existingCustomSections : array<string|int, CustomSection>
- $checkLimits : bool = true
execute()
public
execute() : Result