VersionInfo
Read onlyYes
Contains all information about versioning for a workspace-aware record.
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
$liveId
        protected
            int
    $liveId
    
    
    
    
    
    
$stage
        protected
            int
    $stage
    
    
    
    
    
    
$state
        protected
            VersionState
    $state
    
    
    
    
    
    
$workspaceId
        protected
            int
    $workspaceId
    
    
    
    
    
    
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
intgetStageId()
    public
                    getStageId() : int
    Return values
intgetState()
    public
                    getState() : VersionState
    Return values
VersionStategetWorkspaceId()
    public
                    getWorkspaceId() : int