JAuthorization::get group name/1.5
From Joomla! Documentation
JAuthorization::get_group_name
Description
Gets the 'name' of a group.
Description:JAuthorization::get group name [Edit Descripton]
public function get_group_name ( $group_id=null $group_type= 'ARO' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $group_id | int | null | The group id |
| $group_type | string | 'ARO' | AXO |
- Returns string
- Defined on line 312 of libraries/joomla/user/authorization.php
See also
-
JAuthorization::get_group_name on api.joomla.org
-
JAuthorization source code on JoomlaCode
-
Class JAuthorization
-
Subpackage User
- Other versions of JAuthorization::get_group_name
SeeAlso:JAuthorization::get group name [Edit See Also]
User contributed notes
<CodeExamplesForm />