API17:JCategoryNode::setSibling
From Joomla! Documentation
JCategoryNode::setSibling
Description
Function to set the left or right sibling of a category.
public function setSibling (
$sibling
$right=true
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $sibling | sibling | ||
| $right | boolean | true | if set to false, the sibling is the left one |
- Returns void
- Defined on line 548 of libraries/joomla/application/categories.php
See also
JCategoryNode::setSibling source code on BitBucket
Class JCategoryNode
Subpackage Application- Other versions of JCategoryNode::setSibling
User contributed notes
Code Examples