VersionInfo

Read onlyYes

Contains all information about versioning for a workspace-aware record.

Internal

not part of public API, as this needs to be streamlined and proven

Table of Contents

Properties

$liveId  : int
$stage  : int
$state  : VersionState
$workspaceId  : int

Methods

__construct()  : mixed
getLiveId()  : int
getStageId()  : int
getState()  : VersionState
getWorkspaceId()  : int

Properties

Methods

__construct()

public __construct(int $workspaceId, int $liveId, VersionState $state, int $stage) : mixed
Parameters
$workspaceId : int
$liveId : int
$state : VersionState
$stage : int

getLiveId()

public getLiveId() : int
Return values
int

getStageId()

public getStageId() : int
Return values
int

getWorkspaceId()

public getWorkspaceId() : int
Return values
int

        
On this page

Search results