JAccess::getUsersByGroup
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JAccess::getUsersByGroup[edit]
Description[edit]
Method to return a list of user Ids contained in a Group.
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[edit]
- JAccess::getUsersByGroup source code on BitBucket
- Class JAccess
- Subpackage Access
- Other versions of JAccess::getUsersByGroup
User contributed notes[edit]
Code Examples[edit]