Entity
FinalYes
Table of Contents
Properties
- $depthLevel : int|null
- $headUserID : int
- $id : int|null
- $name : string
- $nodeId : int|null
- $parent : int|null
Methods
- __construct() : mixed
Properties
$depthLevel read-only
public
int|null
$depthLevel
$headUserID read-only
public
int
$headUserID
$id read-only
public
int|null
$id
$name read-only
public
string
$name
$nodeId read-only
public
int|null
$nodeId
= null
$parent read-only
public
int|null
$parent
Methods
__construct()
public
__construct(string $name, int $headUserID, int|null $id, int|null $depthLevel, int|null $parent[, int|null $nodeId = null ]) : mixed
Parameters
- $name : string
- $headUserID : int
- $id : int|null
- $depthLevel : int|null
- $parent : int|null
- $nodeId : int|null = null