TreeCollection node
package |
TreeHelper |
---|---|
subpackage |
Tree |
__construct(mixed $Element, \TreeCollection $Childrens = null, \TreeCollectionNode $Parent = null)
addChildren(\TreeCollectionNode $Children) : \TreeCollectionNode
getElement() : mixed
mixed
hasChildrens() : boolean
boolean
hasParent() : boolean
boolean
isEquals(\TreeCollectionNode $Node) : boolean
jsonSerialize() : array
array
removeChildren(\TreeCollectionNode $Children) : \TreeCollectionNode
setChildrens(\TreeCollection $Childrens = null) : \TreeCollectionNode
setElement(mixed $Element) : \TreeCollection
setParent(\TreeCollectionNode $Parent = null) : \TreeCollectionNode
_Element : mixed
var |
---|
mixed