API17

API17:JCategoryNode::setSibling

From Joomla! Documentation

Joomla 11.1 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


User contributed notes

Code Examples