API17

JCategoryNode::setSibling

From Joomla! Documentation

Revision as of 19:56, 11 May 2013 by JoomlaWikiBot (talk | contribs) (→‎See also: moving preparation)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JCategoryNode::setSibling[edit]

Description[edit]

Function to set the left or right sibling of a category.

Template:Description:JCategoryNode::setSibling [Edit Descripton]

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[edit]

Template:SeeAlso:JCategoryNode::setSibling [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />