API17

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.

Joomla 11.1 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)
  • Returns array
  • Defined on line 267 of libraries/joomla/access/access.php
  • Since Joomla 11.1

See also[edit]


User contributed notes[edit]

Code Examples[edit]