Property | Type | Description | |
---|---|---|---|
$_groups |
Method | Description | |
---|---|---|
getGroupMembers ( string $gid, boolean $subGroups = false ) : array | Returns a list of all members belonging to a contact group. | |
getGroupMemberships ( string $user, boolean $parentGroups = false ) : array | Returns all contact groups that the specified user is a member of. | |
getGroupObject ( string $gid ) : array | Returns a contact group hash. | |
getGroupObjects ( ) : array | Returns all contact groups. |
public getGroupObject ( string $gid ) : array | ||
$gid | string | The group identifier. |
return | array | A hash defining the group. |
public getGroupObjects ( ) : array | ||
return | array | A list of group hashes. |