JCategoryNode::setSibling
Function to set the left or right sibling of a category
Signature
public function setSibling(JCategoryNode
$sibling,
[boolean
$right = true] )
Parameters
-
$sibling
- JCategoryNode object for the sibling
-
$right
- If set to false, the sibling is the left one
Returns
- void