WorkspaceStage
Read onlyYes
FinalYes
Represents a workspace stage. This data object is tailored for the workspaces BE module and is merged from data of the "upper" workspace data object, the stage record and the current backend user.
Table of Contents
Properties
- $allRecipients : array<string|int, mixed>
- $defaultComment : string
- $isAllowed : bool
- $isDialogEnabled : bool
- $isEditStage : bool
- $isExecuteStage : bool
- $isPreselectionChangeable : bool
- $preselectedRecipients : array<string|int, mixed>
- $title : string
- $uid : int
Methods
- __construct() : mixed
Properties
$allRecipients
public
array<string|int, mixed>
$allRecipients
$defaultComment
public
string
$defaultComment
$isAllowed
public
bool
$isAllowed
$isDialogEnabled
public
bool
$isDialogEnabled
$isEditStage
public
bool
$isEditStage
$isExecuteStage
public
bool
$isExecuteStage
$isPreselectionChangeable
public
bool
$isPreselectionChangeable
$preselectedRecipients
public
array<string|int, mixed>
$preselectedRecipients
$title
public
string
$title
$uid
public
int
$uid
Methods
__construct()
public
__construct(int $uid, bool $isEditStage, bool $isExecuteStage, string $title, bool $isDialogEnabled, bool $isPreselectionChangeable, string $defaultComment, bool $isAllowed, array<string|int, mixed> $allRecipients, array<string|int, mixed> $preselectedRecipients) : mixed
Parameters
- $uid : int
- $isEditStage : bool
- $isExecuteStage : bool
- $title : string
- $isDialogEnabled : bool
- $isPreselectionChangeable : bool
- $defaultComment : string
- $isAllowed : bool
- $allRecipients : array<string|int, mixed>
- $preselectedRecipients : array<string|int, mixed>