API15

API15:JCategoryNode/getChildren

From Joomla! Documentation

Revision as of 21:52, 22 March 2010 by Doxiki (talk | contribs) (New page: ===Description=== Returns the children of the Category array <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>[[Description:JCategoryNode/getChildren|Edit Descrip...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

Returns the children of the Category array


[Edit Descripton]

Template:Description:JCategoryNode/getChildren

Syntax

getChildren()


Returns

array

Defined in

libraries/joomla/application/categories.php

Importing

jimport( 'joomla.application.categories' );

Source Body

public function getChildren()
{
        return $this->_children;
}

[Edit See Also] Template:SeeAlso:JCategoryNode/getChildren

Examples

<CodeExamplesForm />