JAccess::getUsersByGroup
Method to return a list of user Ids contained in a Group
Signature
public function getUsersByGroup(integer
$groupId,
[boolean
$recursive = false] )
Parameters
-
$groupId
- The group Id
-
$recursive
- Recursively include all child groups (optional)
Returns
- array
Tasks
Line | Task |
---|---|
368+ | This method should move somewhere else |