Class UserEnumeration

Description

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();

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


			
Method Summary
UserEnumeration UserEnumeration ()
int count ()
Methods
Constructor UserEnumeration (line 57)
UserEnumeration UserEnumeration ()
count (line 72)

Counts all Users registered in BIGACE.

  • return: the value for all User
int count ()
next (line 83)

Gets the next User in the list.

  • return: the next User in the list
Principal next ()

Documentation generated by phpDocumentor 1.3.1