Class UserDataService

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

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


			
Method Summary
Methods
Constructor UserDataService (line 49)
UserDataService UserDataService ()
getUserData (line 69)

Gets a UserDataObject for receiving all information about a special User in BIGACE

  • return: a new UserData Object
UserData getUserData (int $userid)
  • int $userid: the User ID for which the information will be get
getUserDataAdminService (line 58)

Gets a UserDataAdminService Object for manipulating all User Data in BIGACE

  • return: a new UserDataAdminService Object
UserDataAdminService getUserDataAdminService ( $id)
  • $id

Documentation generated by phpDocumentor 1.3.1