NodeTrait
定义节点接口特性类的特性。
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
addChild
将子节点添加到此节点
addChild(\Joomla\CMS\Tree\NodeInterface child) :
removeChild
移除特定子节点
removeChild(\Joomla\CMS\Tree\NodeInterface child) :
setParent
设置此节点的父节点
setParent(\Joomla\CMS\Tree\NodeInterface parent) :
setSibling
用于设置节点的左或右兄弟节点的函数
setSibling(\Joomla\CMS\Tree\NodeInterface sibling, right = true) :