TaskSettings
FinalYes
Table of Contents
Properties
- $delegationType : int
- $description : string
- $isInline : bool
- $name : string
- $parameters : array<string|int, mixed>
Methods
- __construct() : mixed
Properties
$delegationType read-only
public
int
$delegationType
= \CBPTaskDelegationType::Subordinate
$description read-only
public
string
$description
= ''
$isInline read-only
public
bool
$isInline
= false
$name read-only
public
string
$name
= ''
$parameters read-only
public
array<string|int, mixed>
$parameters
= []
Methods
__construct()
public
__construct([string $name = '' ][, string $description = '' ][, bool $isInline = false ][, int $delegationType = CBPTaskDelegationType::Subordinate ][, array<string|int, mixed> $parameters = [] ]) : mixed
Parameters
- $name : string = ''
- $description : string = ''
- $isInline : bool = false
- $delegationType : int = CBPTaskDelegationType::Subordinate
- $parameters : array<string|int, mixed> = []