Workspace
Read onlyYes
FinalYes
Represents a workspace definition tailored for the TYPO3 Workspaces BE module.
Table of Contents
Properties
- $areEditStageMembersPreselected : bool
- $areEditStageOwnersPreselected : bool
- $areExecuteStageMembersPreselected : bool
- $areExecuteStageOwnersPreselected : bool
- $arePublishStageMembersPreselected : bool
- $arePublishStageOwnersPreselected : bool
- $editStageDefaultRecipients : string
- $executeStageDefaultRecipients : string
- $isEditStageDialogEnabled : bool
- $isEditStagePreselectionChangeable : bool
- $isExecuteStageDialogEnabled : bool
- $isExecuteStagePreselectionChangeable : bool
- $isPublishStageDialogEnabled : bool
- $isPublishStagePreselectionChangeable : bool
- $members : string
- $owners : string
- $publishStageDefaultRecipients : string
- $title : string
- $uid : int
Methods
- __construct() : mixed
Properties
$areEditStageMembersPreselected
public
bool
$areEditStageMembersPreselected
$areEditStageOwnersPreselected
public
bool
$areEditStageOwnersPreselected
$areExecuteStageMembersPreselected
public
bool
$areExecuteStageMembersPreselected
$areExecuteStageOwnersPreselected
public
bool
$areExecuteStageOwnersPreselected
$arePublishStageMembersPreselected
public
bool
$arePublishStageMembersPreselected
$arePublishStageOwnersPreselected
public
bool
$arePublishStageOwnersPreselected
$editStageDefaultRecipients
public
string
$editStageDefaultRecipients
$executeStageDefaultRecipients
public
string
$executeStageDefaultRecipients
$isEditStageDialogEnabled
public
bool
$isEditStageDialogEnabled
$isEditStagePreselectionChangeable
public
bool
$isEditStagePreselectionChangeable
$isExecuteStageDialogEnabled
public
bool
$isExecuteStageDialogEnabled
$isExecuteStagePreselectionChangeable
public
bool
$isExecuteStagePreselectionChangeable
$isPublishStageDialogEnabled
public
bool
$isPublishStageDialogEnabled
$isPublishStagePreselectionChangeable
public
bool
$isPublishStagePreselectionChangeable
$members
public
string
$members
$owners
public
string
$owners
$publishStageDefaultRecipients
public
string
$publishStageDefaultRecipients
$title
public
string
$title
$uid
public
int
$uid
Methods
__construct()
public
__construct(int $uid, string $title, string $owners, string $members, bool $isEditStageDialogEnabled, bool $isEditStagePreselectionChangeable, bool $areEditStageOwnersPreselected, bool $areEditStageMembersPreselected, string $editStageDefaultRecipients, bool $isPublishStageDialogEnabled, bool $isPublishStagePreselectionChangeable, bool $arePublishStageOwnersPreselected, bool $arePublishStageMembersPreselected, string $publishStageDefaultRecipients, bool $isExecuteStageDialogEnabled, bool $isExecuteStagePreselectionChangeable, bool $areExecuteStageOwnersPreselected, bool $areExecuteStageMembersPreselected, string $executeStageDefaultRecipients) : mixed
Parameters
- $uid : int
- $title : string
- $owners : string
- $members : string
- $isEditStageDialogEnabled : bool
- $isEditStagePreselectionChangeable : bool
- $areEditStageOwnersPreselected : bool
- $areEditStageMembersPreselected : bool
- $editStageDefaultRecipients : string
- $isPublishStageDialogEnabled : bool
- $isPublishStagePreselectionChangeable : bool
- $arePublishStageOwnersPreselected : bool
- $arePublishStageMembersPreselected : bool
- $publishStageDefaultRecipients : string
- $isExecuteStageDialogEnabled : bool
- $isExecuteStagePreselectionChangeable : bool
- $areExecuteStageOwnersPreselected : bool
- $areExecuteStageMembersPreselected : bool
- $executeStageDefaultRecipients : string