|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilChatServerCommunicator. More...
Collaboration diagram for ilChatServerCommunicator:Public Member Functions | |
| ilChatServerCommunicator (&$chat_obj) | |
| Constructor public. | |
| setRecipientId ($a_id) | |
| getRecipientId () | |
| setRecipientLogin ($a_login) | |
| getRecipientLogin () | |
| setKickedUser ($k_user) | |
| getKickedUser () | |
| setMessage ($a_message) | |
| getMessage () | |
| setType ($a_type) | |
| getType () | |
| getHtml () | |
| send () | |
| getServerFrameSource () | |
| isAlive () | |
| __getFormattedChatroom () | |
| __formatLogin ($a_login) | |
| __formatMessage () | |
| __emoticons () | |
| __openSocket () | |
| _initObject () | |
| _login () | |
| _logout () | |
Data Fields | |
| $chat | |
| $message | |
| $socket_p | |
| $type | |
| $rcp_id | |
| $rcp_login | |
| $kicked_user | |
Class ilChatServerCommunicator.
Definition at line 32 of file class.ilChatServerCommunicator.php.
| ilChatServerCommunicator::__emoticons | ( | ) |
Definition at line 199 of file class.ilChatServerCommunicator.php.
References getMessage(), and setMessage().
Referenced by __formatMessage().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatServerCommunicator::__formatLogin | ( | $a_login | ) |
Definition at line 143 of file class.ilChatServerCommunicator.php.
Referenced by __formatMessage(), and getServerFrameSource().
Here is the caller graph for this function:| ilChatServerCommunicator::__formatMessage | ( | ) |
Definition at line 149 of file class.ilChatServerCommunicator.php.
References __emoticons(), __formatLogin(), __getFormattedChatroom(), getKickedUser(), getMessage(), getRecipientLogin(), and getType().
Referenced by send().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatServerCommunicator::__getFormattedChatroom | ( | ) |
Definition at line 136 of file class.ilChatServerCommunicator.php.
Referenced by __formatMessage(), and getServerFrameSource().
Here is the caller graph for this function:| ilChatServerCommunicator::__openSocket | ( | ) |
Definition at line 263 of file class.ilChatServerCommunicator.php.
Referenced by send().
Here is the caller graph for this function:| ilChatServerCommunicator::_initObject | ( | ) |
Definition at line 272 of file class.ilChatServerCommunicator.php.
References $ref_id, $res, DB_FETCHMODE_OBJECT, ilObjectFactory\getInstanceByRefId(), and ilChatServerCommunicator().
Referenced by _login(), and _logout().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatServerCommunicator::_login | ( | ) |
Definition at line 289 of file class.ilChatServerCommunicator.php.
References $_SESSION, and _initObject().
Referenced by ilStartUpGUI\showLogin().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatServerCommunicator::_logout | ( | ) |
Definition at line 299 of file class.ilChatServerCommunicator.php.
References $_SESSION, and _initObject().
Referenced by ilStartUpGUI\showLogout().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatServerCommunicator::getHtml | ( | ) |
Definition at line 103 of file class.ilChatServerCommunicator.php.
| ilChatServerCommunicator::getKickedUser | ( | ) |
Definition at line 83 of file class.ilChatServerCommunicator.php.
References $kicked_user.
Referenced by __formatMessage().
Here is the caller graph for this function:| ilChatServerCommunicator::getMessage | ( | ) |
Definition at line 91 of file class.ilChatServerCommunicator.php.
References $message.
Referenced by __emoticons(), and __formatMessage().
Here is the caller graph for this function:| ilChatServerCommunicator::getRecipientId | ( | ) |
Definition at line 67 of file class.ilChatServerCommunicator.php.
References $rcp_id.
| ilChatServerCommunicator::getRecipientLogin | ( | ) |
Definition at line 75 of file class.ilChatServerCommunicator.php.
References $rcp_login.
Referenced by __formatMessage().
Here is the caller graph for this function:| ilChatServerCommunicator::getServerFrameSource | ( | ) |
Definition at line 120 of file class.ilChatServerCommunicator.php.
References __formatLogin(), and __getFormattedChatroom().
Here is the call graph for this function:| ilChatServerCommunicator::getType | ( | ) |
Definition at line 99 of file class.ilChatServerCommunicator.php.
Referenced by __formatMessage().
Here is the caller graph for this function:| ilChatServerCommunicator::ilChatServerCommunicator | ( | & | $chat_obj | ) |
Constructor public.
| integer | reference_id or object_id |
| boolean | treat the id as reference_id (true) or object_id (false) |
Definition at line 48 of file class.ilChatServerCommunicator.php.
Referenced by _initObject().
Here is the caller graph for this function:| ilChatServerCommunicator::isAlive | ( | ) |
| ilChatServerCommunicator::send | ( | ) |
Definition at line 108 of file class.ilChatServerCommunicator.php.
References __formatMessage(), and __openSocket().
Referenced by isAlive().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatServerCommunicator::setKickedUser | ( | $k_user | ) |
Definition at line 79 of file class.ilChatServerCommunicator.php.
| ilChatServerCommunicator::setMessage | ( | $a_message | ) |
Definition at line 87 of file class.ilChatServerCommunicator.php.
Referenced by __emoticons().
Here is the caller graph for this function:| ilChatServerCommunicator::setRecipientId | ( | $a_id | ) |
Definition at line 56 of file class.ilChatServerCommunicator.php.
References setRecipientLogin().
Here is the call graph for this function:| ilChatServerCommunicator::setRecipientLogin | ( | $a_login | ) |
Definition at line 71 of file class.ilChatServerCommunicator.php.
Referenced by setRecipientId().
Here is the caller graph for this function:| ilChatServerCommunicator::setType | ( | $a_type | ) |
Definition at line 95 of file class.ilChatServerCommunicator.php.
Referenced by isAlive().
Here is the caller graph for this function:| ilChatServerCommunicator::$chat |
Definition at line 34 of file class.ilChatServerCommunicator.php.
| ilChatServerCommunicator::$kicked_user |
Definition at line 41 of file class.ilChatServerCommunicator.php.
Referenced by getKickedUser().
| ilChatServerCommunicator::$message |
Definition at line 36 of file class.ilChatServerCommunicator.php.
Referenced by getMessage().
| ilChatServerCommunicator::$rcp_id |
Definition at line 39 of file class.ilChatServerCommunicator.php.
Referenced by getRecipientId().
| ilChatServerCommunicator::$rcp_login |
Definition at line 40 of file class.ilChatServerCommunicator.php.
Referenced by getRecipientLogin().
| ilChatServerCommunicator::$socket_p |
Definition at line 37 of file class.ilChatServerCommunicator.php.
| ilChatServerCommunicator::$type |
Definition at line 38 of file class.ilChatServerCommunicator.php.