Public Member Functions | Data Fields | Protected Member Functions

profileService Class Reference

Public Member Functions

 __construct ()
 getProfile ($userId=null)
 getAttribute ($userId, $attribut)

Data Fields

 $role
 $roleId
 $group
 $groupId
 $position
 $positionId
 $division
 $divisionId
 $org
 $orgId

Protected Member Functions

 getDBProfile ($userId, $password)

Detailed Description

Definition at line 25 of file profileService.php.


Constructor & Destructor Documentation

__construct (  )

Initialize profileService

Returns:
void

Definition at line 43 of file profileService.php.


Member Function Documentation

getAttribute ( userId,
attribut 
)

Get attribut

Todo:
NYI (not yet implemented)
Parameters:
<type>$userId
<type>$attribut
Returns:
void

Definition at line 117 of file profileService.php.

getDBProfile ( userId,
password 
) [protected]

Get Database profile

Todo:
not finish
Parameters:
<type>$userId
<type>$password

Definition at line 87 of file profileService.php.

Here is the call graph for this function:

getProfile ( userId = null )

Get user profile

Parameters:
string$userId
Returns:
array array of user profile

Definition at line 54 of file profileService.php.


The documentation for this class was generated from the following file: