Class: UserEnumeration

Source Location: /CORE/system/classes/user/UserEnumeration.php

Class UserEnumeration

Class Overview

DO NOT USE THIS CLASS ANY LONGER, IT WILL BE REMOVED IN ONE OF THE NEXT VERSIONS!

Use PrincipalService instead:

  1.  $services ServiceFactory::get();
  2.  $principalService $services->getPrincipalService();
  3.  $allUser $principalService->getAllPrincipals();

Located in /CORE/system/classes/user/UserEnumeration.php [line 46]



		
				Author(s):
		
  • Kevin Papst
API Tags:
Deprecated:  

Information Tags:
Version:  $Id: UserEnumeration.php,v 1.5 2006/11/26 22:04:22 kpapst Exp $
Copyright:  Copyright (C) 2002-2006 Kevin Papst
License:  GNU Public License

Methods

[ Top ]
Method Summary
UserEnumeration   UserEnumeration()  
int   count()   Counts all Users registered in BIGACE.
Principal   next()   Gets the next User in the list.

[ Top ]
Methods
Constructor UserEnumeration  [line 57]

  UserEnumeration UserEnumeration( )



[ Top ]
count  [line 72]

  int count( )

Counts all Users registered in BIGACE.


API Tags:
Return:  the value for all User


[ Top ]
next  [line 83]

  Principal next( )

Gets the next User in the list.


API Tags:
Return:  the next User in the list


[ Top ]