Table of Contents
Methods
-
addChild()
: mixed
-
getChildren()
: ArrayObject
-
getDepth()
: int
-
getId()
: string
-
getName()
: string|int|float
-
getParent()
: ITreeNode
-
getSiblings()
: ArrayObject
-
isRoot()
: bool
-
setDepth()
: mixed
addChild()
public
addChild(ITreeNode $node) : mixed
Parameters
-
$node
: ITreeNode
-
getChildren()
public
getChildren() : ArrayObject
Return values
ArrayObject
getDepth()
public
getDepth() : int
getId()
public
getId() : string
getName()
public
getName() : string|int|float
Return values
string|int|float
getParent()
public
getParent() : ITreeNode
getSiblings()
public
getSiblings() : ArrayObject
Return values
ArrayObject
isRoot()
public
isRoot() : bool
setDepth()
public
setDepth(int $depth) : mixed
Parameters
-
$depth
: int
-