API17:JCategories::get
From Joomla! Documentation
JCategories::get
Description
Loads a specific category and all its children in a object.
public function get (
$id= 'root'
$forceload=false
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $id | $id | 'root' | an optional id integer or equal to 'root' |
| $forceload | false |
See also
JCategories::get source code on BitBucket
Class JCategories
Subpackage Application- Other versions of JCategories::get
User contributed notes
Code Examples