API17

JAccess::getUsersByGroup

From Joomla! Documentation

Revision as of 14:29, 10 May 2013 by JoomlaWikiBot (talk | contribs) (JoomlaWikiBot moved page JAccess::getUsersByGroup/11.1 to API17:JAccess::getUsersByGroup without leaving a redirect: Robot: Moved page)

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.

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

See also[edit]

Template:SeeAlso:JAccess::getUsersByGroup [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />