Class BlueprintNode
A node of the blueprint.
Namespace: Icybee\Modules\Pages
See:
Located at vendor/icanboogie-modules/pages/lib/blueprint.php
See:
Icybee\Modules\Pages\Blueprint
Located at vendor/icanboogie-modules/pages/lib/blueprint.php
Methods summary
public
|
|
protected
integer
|
|
protected
integer
|
|
public
mixed
|
Magic methods summary
Properties summary
public
integer
|
$nid |
#
The identifier of the page. |
public
integer
|
$depth |
#
Depth of the node is the tree. |
public
integer
|
$parentid |
#
The identifier of the parent of the page. |
public
|
$parent |
#
Blueprint node of the parent of the page. |
public
array[int]BlueprintNode
|
$children |
#
The children of the node. |
Magic properties
public read-only
integer
|
$children_count |
|
#
The number of children. |
public read-only
integer
|
$descendents_count |
|
#
The number of descendents. |