More POD docs about getAllUsers returning a unique'ed list of userIds.
This commit is contained in:
parent
7792b9d9bc
commit
7ad927092a
1 changed files with 2 additions and 1 deletions
|
|
@ -543,7 +543,8 @@ sub getAllGroupsFor {
|
|||
=head2 getAllUsers ( [ withoutExpired ] )
|
||||
|
||||
Returns an array reference containing a list of users that belong to this group
|
||||
and in any group that belongs to this group.
|
||||
and in any group that belongs to this group. The list is unique, so that each
|
||||
userId is only in it one time.
|
||||
|
||||
=head3 withoutExpired
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue