|
ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilChatUser. More...
Collaboration diagram for ilChatBlockedUsers:Public Member Functions | |
| ilChatBlockedUsers ($a_id) | |
| Constructor public. | |
| getBlockedUsers () | |
| isBlocked ($a_usr_id) | |
| block ($a_usr_id) | |
| unblock ($a_usr_id) | |
| _isBlocked ($a_chat_id, $a_usr_id) | |
| _deleteUser ($a_usr_id) | |
| _deleteChat ($a_chat_id) | |
| __read () | |
Data Fields | |
| $id | |
| $db | |
| $blocked = array() | |
Class ilChatUser.
Definition at line 32 of file class.ilChatBlockedUsers.php.
| ilChatBlockedUsers::__read | ( | ) |
Definition at line 142 of file class.ilChatBlockedUsers.php.
References $res, and DB_FETCHMODE_OBJECT.
Referenced by block(), ilChatBlockedUsers(), and unblock().
Here is the caller graph for this function:| ilChatBlockedUsers::_deleteChat | ( | $a_chat_id | ) |
Definition at line 128 of file class.ilChatBlockedUsers.php.
| ilChatBlockedUsers::_deleteUser | ( | $a_usr_id | ) |
Definition at line 117 of file class.ilChatBlockedUsers.php.
| ilChatBlockedUsers::_isBlocked | ( | $a_chat_id, | |
| $a_usr_id | |||
| ) |
Definition at line 103 of file class.ilChatBlockedUsers.php.
References $res.
Referenced by ilObjChatGUI\__showOnlineUsers(), ilObjChatGUI\__showRooms(), and ilObjChatGUI\viewObject().
Here is the caller graph for this function:| ilChatBlockedUsers::block | ( | $a_usr_id | ) |
Definition at line 64 of file class.ilChatBlockedUsers.php.
References __read().
Here is the call graph for this function:| ilChatBlockedUsers::getBlockedUsers | ( | ) |
Definition at line 55 of file class.ilChatBlockedUsers.php.
| ilChatBlockedUsers::ilChatBlockedUsers | ( | $a_id | ) |
Constructor public.
| integer | reference_id or object_id |
| boolean | treat the id as reference_id (true) or object_id (false) |
Definition at line 45 of file class.ilChatBlockedUsers.php.
References __read().
Here is the call graph for this function:| ilChatBlockedUsers::isBlocked | ( | $a_usr_id | ) |
Definition at line 60 of file class.ilChatBlockedUsers.php.
| ilChatBlockedUsers::unblock | ( | $a_usr_id | ) |
Definition at line 82 of file class.ilChatBlockedUsers.php.
References __read().
Here is the call graph for this function:| ilChatBlockedUsers::$blocked = array() |
Definition at line 37 of file class.ilChatBlockedUsers.php.
| ilChatBlockedUsers::$db |
Definition at line 35 of file class.ilChatBlockedUsers.php.
| ilChatBlockedUsers::$id |
Definition at line 34 of file class.ilChatBlockedUsers.php.