메소드 |
설명 |
|
addChild ( Xpressengine\Support\Tree\NodeInterface $node ) : void |
Add child node |
|
getBreadcrumbs ( ) : array |
get breadcrumbs |
|
getChildren ( ) : array |
Return the child node items or empty array |
|
getNodeIdentifier ( ) : string | integer |
Get the unique identifier for the node |
|
getNodeIdentifierName ( ) : string |
Get the unique identifier name for the node |
|
getOrderKeyName ( ) : string |
Get the order key name for model |
|
getParent ( ) : Xpressengine\Support\Tree\NodeInterface |
Return the parent node or null |
|
getParentNodeIdentifier ( ) : string | integer |
Get the parent identifier for the node |
|
hasChild ( ) : boolean |
Check having child and return the boolean result. |
|
setChildren ( Xpressengine\Support\Tree\NodeInterface[] $children = [] ) : void |
Set child nodes |
|
setParent ( Xpressengine\Support\Tree\NodeInterface $node ) : void |
Set parent node |
|