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.

Internal

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

$isDialogEnabled

public bool $isDialogEnabled

$isExecuteStage

public bool $isExecuteStage

$isPreselectionChangeable

public bool $isPreselectionChangeable

$preselectedRecipients

public array<string|int, mixed> $preselectedRecipients

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>

        
On this page

Search results