Class Tree
Tree Entity
- Cake\ORM\Entity
- BEdita\Core\Model\Entity\Tree
Methods summary
protected
integer|null
|
#
_setParentId( integer|null $parentId )
Setter for |
protected
BEdita\Core\Model\Entity\Folder|null
|
#
_setParentObject( BEdita\Core\Model\Entity\Folder $folder = null )
Setter for |
Properties summary
protected
array
|
$_accessible
|
#
[
'*' => false,
'object_id' => true,
'parent_id' => true,
'menu' => true,
'position' => true,
'canonical' => true,
]
|
Magic properties
public
integer
|
$id
|
public
integer
|
$object_id
|
public
integer|null
|
$parent_id
|
public
integer
|
$root_id
|
public
integer|null
|
$parent_node_id
|
public
integer
|
$tree_left
|
public
integer
|
$tree_right
|
public
integer
|
$depth_level
|
public
boolean
|
$menu
|
public
boolean
|
$canonical
|
public
integer|string
|
$position
|
public
BEdita\Core\Model\Entity\ObjectEntity
|
$object
|
public
BEdita\Core\Model\Entity\ObjectEntity
|
$parent_object
|
public
BEdita\Core\Model\Entity\ObjectEntity
|
$root_object
|
public
|
$parent_node
|
public
|
$child_nodes
|