PageTreeItem implements JsonSerializable
Read onlyYes
FinalYes
Table of Contents
Interfaces
- JsonSerializable
Properties
- $doktype : int
- $item : TreeItem
- $locked : bool
- $mountPoint : int
- $nameSourceField : string
- $stopPageTree : bool
- $workspaceId : int
Methods
- __construct() : mixed
- jsonSerialize() : array<string|int, mixed>
Properties
$doktype
public
int
$doktype
$item
public
TreeItem
$item
$locked
public
bool
$locked
$mountPoint
public
int
$mountPoint
$nameSourceField
public
string
$nameSourceField
$stopPageTree
public
bool
$stopPageTree
$workspaceId
public
int
$workspaceId
Methods
__construct()
public
__construct(TreeItem $item, int $doktype, string $nameSourceField, int $workspaceId, bool $locked, bool $stopPageTree, int $mountPoint) : mixed
Parameters
- $item : TreeItem
- $doktype : int
- $nameSourceField : string
- $workspaceId : int
- $locked : bool
- $stopPageTree : bool
- $mountPoint : int
jsonSerialize()
public
jsonSerialize() : array<string|int, mixed>