JAuthorization::get group children tree/1.5
From Joomla! Documentation
JAuthorization::get_group_children_tree
Description
Description:JAuthorization::get group children tree [Edit Descripton]
public function get_group_children_tree ( $root_id=null $root_name=null $inclusive=true $html=true )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $root_id | int | null | |
| $root_name | string | null | |
| $inclusive | boolean | true | |
| $html | boolean | true | Returns the complete html if true |
- Returns string|array String if html, otherwise an array
- Defined on line 383 of libraries/joomla/user/authorization.php
See also
-
JAuthorization::get_group_children_tree on api.joomla.org
-
JAuthorization source code on JoomlaCode
-
Class JAuthorization
-
Subpackage User
- Other versions of JAuthorization::get_group_children_tree
SeeAlso:JAuthorization::get group children tree [Edit See Also]
User contributed notes
<CodeExamplesForm />