ImmutableNodeTrait
定义不可变节点类的特征。
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
getChildren
获取此节点的子节点
getChildren( recursive = false) : \Joomla\CMS\Tree\NodeInterface||string|int
getRoot
获取树的根节点
getRoot() : \Joomla\CMS\Tree\ImmutableNodeInterface
getSibling
返回节点的右或左兄弟节点
getSibling( right = true) : \Joomla\CMS\Tree\NodeInterface|null
hasChildren
测试此节点是否具有子节点
hasChildren() :
自 |
4.0.0 |
---|
响应
bool
如果存在子节点,则为 True
hasParent
测试此节点是否具有父节点
hasParent() :
自 |
4.0.0 |
---|
响应
bool
如果存在父节点,则为 True