API17:JAccess::getUsersByGroup
From Joomla! Documentation
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.
JAccess::getUsersByGroup
Description
Method to return a list of user Ids contained in a Group.
Description:JAccess::getUsersByGroup [Edit Descripton]
public static function getUsersByGroup ( $groupId $recursive=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $groupId | int | The group Id | |
| $recursive | boolean | false | Recursively include all child groups (optional) |
See also
-
JAccess::getUsersByGroup source code on BitBucket
-
Class JAccess
-
Subpackage Access
- Other versions of JAccess::getUsersByGroup
SeeAlso:JAccess::getUsersByGroup [Edit See Also]
User contributed notes
<CodeExamplesForm />
