StageChangeMessage

FinalYes

Simple object with all relevant information when a stage within a workspace was changed.

Internal

Table of Contents

Properties

$affectedElements  : array<string|int, mixed>
$comment  : string
$currentUserRecord  : array<string|int, mixed>
$recipients  : array<string|int, mixed>
$stageId  : int
$workspaceRecord  : array<string|int, mixed>

Methods

__construct()  : mixed

Properties

$affectedElements read-only

public array<string|int, mixed> $affectedElements

$currentUserRecord read-only

public array<string|int, mixed> $currentUserRecord

$recipients read-only

public array<string|int, mixed> $recipients

$workspaceRecord read-only

public array<string|int, mixed> $workspaceRecord

Methods

__construct()

public __construct(array<string|int, mixed> $workspaceRecord, int $stageId, array<string|int, mixed> $affectedElements, string $comment, array<string|int, mixed> $recipients, array<string|int, mixed> $currentUserRecord) : mixed
Parameters
$workspaceRecord : array<string|int, mixed>
$stageId : int
$affectedElements : array<string|int, mixed>
$comment : string
$recipients : array<string|int, mixed>
$currentUserRecord : array<string|int, mixed>

        
On this page

Search results