| ILIAS
    Release_4_1_x_branch Revision 61804
    | 
Class ilChatUser. More...
 Collaboration diagram for ilChatUser:
 Collaboration diagram for ilChatUser:| Public Member Functions | |
| __construct ($a_id=0) | |
| Constructor  public. | |
| setUserId ($a_id) | |
| getUserId () | |
| getLogin () | |
| Data Fields | |
| $ilias | |
| $lng | |
| $user | |
| $u_id | |
| Private Member Functions | |
| initUserObject () | |
Class ilChatUser.
Definition at line 32 of file class.ilChatUser.php.
| ilChatUser::__construct | ( | $a_id = 0 | ) | 
| ilChatUser::getLogin | ( | ) | 
Definition at line 67 of file class.ilChatUser.php.
| ilChatUser::getUserId | ( | ) | 
Definition at line 62 of file class.ilChatUser.php.
References $u_id.
Referenced by initUserObject().
 Here is the caller graph for this function:
 Here is the caller graph for this function:| 
 | private | 
Definition at line 72 of file class.ilChatUser.php.
References getUserId().
Referenced by setUserId().
 Here is the call graph for this function:
 Here is the call graph for this function: Here is the caller graph for this function:
 Here is the caller graph for this function:| ilChatUser::setUserId | ( | $a_id | ) | 
Definition at line 56 of file class.ilChatUser.php.
References initUserObject().
 Here is the call graph for this function:
 Here is the call graph for this function:| ilChatUser::$ilias | 
Definition at line 34 of file class.ilChatUser.php.
Referenced by __construct().
| ilChatUser::$lng | 
Definition at line 35 of file class.ilChatUser.php.
Referenced by __construct().
| ilChatUser::$u_id | 
Definition at line 38 of file class.ilChatUser.php.
Referenced by getUserId().
| ilChatUser::$user | 
Definition at line 36 of file class.ilChatUser.php.