|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilChatUser. More...
Collaboration diagram for ilChatUser:Public Member Functions | |
| ilChatUser ($a_id=0) | |
| Constructor public. | |
| setUserId ($a_id) | |
| getUserId () | |
| getLogin () | |
| __initUserObject () | |
Data Fields | |
| $ilias | |
| $lng | |
| $user | |
| $u_id | |
Class ilChatUser.
Definition at line 32 of file class.ilChatUser.php.
| ilChatUser::__initUserObject | ( | ) |
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 caller graph for this function:| ilChatUser::getLogin | ( | ) |
Definition at line 66 of file class.ilChatUser.php.
| ilChatUser::getUserId | ( | ) |
Definition at line 61 of file class.ilChatUser.php.
References $u_id.
Referenced by __initUserObject().
Here is the caller graph for this function:| ilChatUser::ilChatUser | ( | $a_id = 0 | ) |
| ilChatUser::setUserId | ( | $a_id | ) |
Definition at line 56 of file class.ilChatUser.php.
References __initUserObject().
Here is the call graph for this function:| ilChatUser::$ilias |
Definition at line 34 of file class.ilChatUser.php.
Referenced by ilChatUser().
| ilChatUser::$lng |
Definition at line 35 of file class.ilChatUser.php.
Referenced by ilChatUser().
| 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.