NodeSync implements Item
FinalYes
Table of Contents
Interfaces
Properties
- $documentId : int
- $id : int
- $isFlat : bool
- $nodeId : int
- $page : int
- $status : NodeSyncStatus
Methods
- __construct() : mixed
- createUpdated() : self
Properties
$documentId read-only
public
int
$documentId
$id read-only
public
int
$id
$isFlat read-only
public
bool
$isFlat
$nodeId read-only
public
int
$nodeId
$page read-only
public
int
$page
$status read-only
public
NodeSyncStatus
$status
Methods
__construct()
public
__construct(int $id, int $documentId, int $nodeId, NodeSyncStatus $status, int $page, bool $isFlat) : mixed
Parameters
- $id : int
- $documentId : int
- $nodeId : int
- $status : NodeSyncStatus
- $page : int
- $isFlat : bool
createUpdated()
public
createUpdated(NodeSyncStatus $status, int $page) : self
Parameters
- $status : NodeSyncStatus
- $page : int