Class: GroupEnumeration

Source Location: /CORE/system/classes/group/GroupEnumeration.php

Class GroupEnumeration

Class Overview

Receive a List of all available User Groups.

Located in /CORE/system/classes/group/GroupEnumeration.php [line 37]



		
				Author(s):
		
  • Kevin Papst
Information Tags:
Version:  $Id: GroupEnumeration.php,v 1.6 2006/11/26 22:04:06 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
GroupEnumeration   GroupEnumeration()   Gets a List of all Groups.
void   count()  
Group   next()   Gets the next Result.

[ Top ]
Methods
Constructor GroupEnumeration  [line 49]

  GroupEnumeration GroupEnumeration( [int $cid = _CID_]  )

Gets a List of all Groups.

Parameters:
int   $cid:  cid the Consumer ID to fetch Groups for


[ Top ]
count  [line 58]

  void count( )



[ Top ]
next  [line 68]

  Group next( )

Gets the next Result.


API Tags:
Return:  the next Group


[ Top ]