Class UserData

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.  $p $services->getPrincipalService();
  3.  $attributes $p->getAttributes();

  • version: $Id: UserData.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
UserData UserData (int $userid)
void getAttribute ( $name)
void getCity ()
void getCityCode ()
void getCompany ()
void getCountry ()
void getEmail ()
void getExtension ( $id)
void getFax ()
void getFirstName ()
void getHomepage ()
void getLastName ()
void getMobile ()
void getPhone ()
void getStreet ()
int getUserID ()
void init ( $id)
Methods
Constructor UserData (line 58)

This initalizes the Object with the given User

UserData UserData (int $userid)
  • int $userid: the User ID
getAttribute (line 147)
void getAttribute ( $name)
  • $name
getCity (line 132)
void getCity ()
getCityCode (line 137)
void getCityCode ()
getCompany (line 122)
void getCompany ()
getCountry (line 142)
void getCountry ()
getEmail (line 97)
void getEmail ()
getExtension (line 72)
void getExtension ( $id)
  • $id
getFax (line 117)
void getFax ()
getFirstName (line 87)
void getFirstName ()
getHomepage (line 102)
void getHomepage ()
getLastName (line 92)
void getLastName ()
getMobile (line 112)
void getMobile ()
getPhone (line 107)
void getPhone ()
getStreet (line 127)
void getStreet ()
getUserID (line 82)

Returns the User ID for that this Object was initalized

  • return: the Users ID
int getUserID ()
init (line 64)
void init ( $id)
  • $id

Documentation generated by phpDocumentor 1.3.1