Class UNL_Services_Peoplefinder
Description
This is the basic class for utilizing the UNL Peoplefinder service which can give you various pieces of information about a given uid (uniue user id).
Located in /Peoplefinder.php (line 26)
Method Summary
Methods
getEmail (line 58)
returns the email address for the given uid
string|false
getEmail
(string $uid)
- string $uid: Unique id for the user to get info about.
getFullName (line 36)
returns the name for a given uid
string|false
getFullName
(string $uid)
- string $uid: Unique id for the user to get info about.
getHCard (line 80)
Gets an hcard for the uid given.
string|false
getHCard
(string $uid)
- string $uid: Unique id for the user to get info about.
getVCard (line 96)
Gets a vcard for the given uid.
string|false
getVCard
(string $uid)
- string $uid: Unique id for the user to get info about.
Documentation generated on Wed, 12 Aug 2009 13:00:39 -0500 by phpDocumentor 1.4.2




