JCategoryNode::getSibling
Returns the right or left sibling of a category
Signature
public function getSibling([boolean
$right = true] )
Parameters
-
$right
- If set to false, returns the left sibling
Returns
- mixed
- JCategoryNode object with the sibling information or
NULL if there is no sibling on that side.