Class GroupService

Description

The GroupService is used for receiving Group dependent information.

  • version: $Id: GroupService.php,v 1.4 2006/11/26 22:04:06 kpapst Exp $
  • copyright: Copyright (C) 2002-2006 Kevin Papst
  • author: Kevin Papst
  • license: GNU Public License


			
Method Summary
array getGroupMember ( $groupID)
array getMemberIDs ( $groupid)
array getMemberships (Principal $principal)
Methods
getGroupMember (line 80)

Returns an array with

instances.

  • return: all Principals that are member of the given Group
array getGroupMember ( $groupID)
  • $groupID
getMemberIDs (line 44)

Get all member IDs of the given User Group.

  • return: an Array with User IDs
array getMemberIDs ( $groupid)
  • $groupid
getMemberships (line 64)

Get all Groups the given Principal is Member of.

  • return: an Arry with Group instances
array getMemberships (Principal $principal)
  • Principal $principal: principal the Principal to get the Memberships for

Documentation generated by phpDocumentor 1.3.1