StageRecord extends AbstractRecord

Combined record class

Internal

Table of Contents

Properties

$allRecipients  : array<string|int, mixed>|null
$defaultRecipients  : array<string|int, mixed>|null
$internal  : bool
$preselectedRecipients  : array<string|int, mixed>|null
$record  : array<string|int, mixed>
$responsiblePersons  : array<string|int, mixed>|null
$workspace  : WorkspaceRecord

Methods

__construct()  : mixed
__toString()  : string
areEditorsPreselected()  : bool
areMembersPreselected()  : bool
areOwnersPreselected()  : bool
areResponsiblePersonsPreselected()  : bool
build()  : StageRecord
determineOrder()  : int
get()  : StageRecord|null
getAllRecipients()  : array<string|int, mixed>
Gets all recipients (backend user ids).
getDefaultComment()  : string
getDefaultRecipients()  : array<string|int, mixed>
getNext()  : StageRecord|null
getPreselectedRecipients()  : array<string|int, int>
getPrevious()  : StageRecord|null
getResponsiblePersons()  : array<string|int, mixed>
getTitle()  : string
getUid()  : int
getWorkspace()  : WorkspaceRecord
hasDefaultRecipients()  : bool
hasPreselection()  : bool
isAllowed()  : bool
isDialogEnabled()  : bool
isEditStage()  : bool
isExecuteStage()  : bool
isInternal()  : bool
isNextTo()  : bool
Determines whether $this is in a later stage compared to $stageRecord.
isPreselectionChangeable()  : bool
isPreviousTo()  : bool
Determines whether $this is in a previous stage compared to $stageRecord.
isPublishStage()  : bool
setInternal()  : void
fetch()  : array<string|int, mixed>
getBackendUser()  : BackendUserAuthentication
getLanguageService()  : LanguageService
getStagesService()  : StagesService

Properties

$allRecipients

protected array<string|int, mixed>|null $allRecipients

$defaultRecipients

protected array<string|int, mixed>|null $defaultRecipients

$preselectedRecipients

protected array<string|int, mixed>|null $preselectedRecipients

$record

protected array<string|int, mixed> $record

$responsiblePersons

protected array<string|int, mixed>|null $responsiblePersons

Methods

__toString()

public __toString() : string
Return values
string

areEditorsPreselected()

public areEditorsPreselected() : bool
Return values
bool

areMembersPreselected()

public areMembersPreselected() : bool
Return values
bool

areOwnersPreselected()

public areOwnersPreselected() : bool
Return values
bool

areResponsiblePersonsPreselected()

public areResponsiblePersonsPreselected() : bool
Return values
bool

get()

public static get(int $uid[, array<string|int, mixed>|null $record = null ]) : StageRecord|null
Parameters
$uid : int
$record : array<string|int, mixed>|null = null
Return values
StageRecord|null

getAllRecipients()

Gets all recipients (backend user ids).

public getAllRecipients() : array<string|int, mixed>
Return values
array<string|int, mixed>

getDefaultComment()

public getDefaultComment() : string
Return values
string

getDefaultRecipients()

public getDefaultRecipients() : array<string|int, mixed>
Return values
array<string|int, mixed>

getPreselectedRecipients()

public getPreselectedRecipients() : array<string|int, int>
Return values
array<string|int, int>

getResponsiblePersons()

public getResponsiblePersons() : array<string|int, mixed>
Return values
array<string|int, mixed>

getTitle()

public getTitle() : string
Return values
string

getUid()

public getUid() : int
Return values
int

hasDefaultRecipients()

public hasDefaultRecipients() : bool
Return values
bool

hasPreselection()

public hasPreselection() : bool
Return values
bool

isAllowed()

public isAllowed() : bool
Return values
bool

isDialogEnabled()

public isDialogEnabled() : bool
Return values
bool

isEditStage()

public isEditStage() : bool
Return values
bool

isExecuteStage()

public isExecuteStage() : bool
Return values
bool

isInternal()

public isInternal() : bool
Return values
bool

isNextTo()

Determines whether $this is in a later stage compared to $stageRecord.

public isNextTo(StageRecord $stageRecord) : bool
Parameters
$stageRecord : StageRecord
Return values
bool

isPreselectionChangeable()

public isPreselectionChangeable() : bool
Return values
bool

isPreviousTo()

Determines whether $this is in a previous stage compared to $stageRecord.

public isPreviousTo(StageRecord $stageRecord) : bool
Parameters
$stageRecord : StageRecord
Return values
bool

isPublishStage()

public isPublishStage() : bool
Return values
bool

setInternal()

public setInternal(bool $internal) : void
Parameters
$internal : bool

fetch()

protected static fetch(string $tableName, int $uid) : array<string|int, mixed>
Parameters
$tableName : string
$uid : int
Return values
array<string|int, mixed>

        
On this page

Search results