Node
implements
Item
Table of Contents
Interfaces
- Item
Properties
-
$accessCode
: string|null
-
$active
: bool|null
-
$createdAt
: DateTime|null
-
$createdBy
: int|null
-
$depth
: int|null
-
$description
: string|null
-
$globalActive
: bool|null
-
$id
: int|null
-
$name
: string
-
$parentId
: int|null
-
$sort
: int|null
-
$structureId
: int
-
$type
: NodeEntityType
-
$updatedAt
: DateTime|null
-
$xmlId
: string|null
Methods
-
__construct()
: mixed
$accessCode
public
string|null
$accessCode
= null
$active
public
bool|null
$active
= true
$createdAt
public
DateTime|null
$createdAt
= null
$createdBy
public
int|null
$createdBy
= null
$depth
public
int|null
$depth
= null
$description
public
string|null
$description
= null
$globalActive
public
bool|null
$globalActive
= true
$id
public
int|null
$id
= null
$name
public
string
$name
$parentId
public
int|null
$parentId
= null
$sort
public
int|null
$sort
= 500
$structureId
public
int
$structureId
$type
public
NodeEntityType
$type
$updatedAt
public
DateTime|null
$updatedAt
= null
$xmlId
public
string|null
$xmlId
= null
__construct()
public
__construct(string $name, NodeEntityType $type, int $structureId[, string|null $accessCode = null ][, int|null $id = null ][, int|null $parentId = null ][, int|null $depth = null ][, int|null $createdBy = null ][, DateTime|null $createdAt = null ][, DateTime|null $updatedAt = null ][, string|null $xmlId = null ][, bool|null $active = true ][, bool|null $globalActive = true ][, int|null $sort = 500 ][, string|null $description = null ]) : mixed
Parameters
-
$name
: string
-
-
$type
: NodeEntityType
-
-
$structureId
: int
-
-
$accessCode
: string|null
= null
-
-
$id
: int|null
= null
-
-
$parentId
: int|null
= null
-
-
$depth
: int|null
= null
-
-
$createdBy
: int|null
= null
-
-
$createdAt
: DateTime|null
= null
-
-
$updatedAt
: DateTime|null
= null
-
-
$xmlId
: string|null
= null
-
-
$active
: bool|null
= true
-
-
$globalActive
: bool|null
= true
-
-
$sort
: int|null
= 500
-
-
$description
: string|null
= null
-