API17:JCategoryNode::getChildren
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public & JCategoryNode | + | public & JCategoryNode::getChildren ($recursive=false) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 30: | Line 30: | ||
array the children | array the children | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/application/categories.php | + | libraries/joomla/application/categories.php (line 484) |
| + | * see source code in [[jplatform:application/categories.php#cl-484|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:05, 23 April 2011
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JCategoryNode::getChildren
Description
Get the children of this node.
Description:JCategoryNode::getChildren [Edit Descripton]
Since
Synopsis
public & JCategoryNode::getChildren ($recursive=false)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $recursive | false |
Returns
array the children
Defined in
libraries/joomla/application/categories.php (line 484)
- see source code in BitBucket
Referenced by
See also
SeeAlso:JCategoryNode::getChildren
Examples
<CodeExamplesForm />
