ILIAS
Release_3_10_x_branch Revision 61812
|
Class ilChatUser. More...
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().
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().
ilChatBlockedUsers::block | ( | $a_usr_id | ) |
Definition at line 64 of file class.ilChatBlockedUsers.php.
References __read().
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().
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().
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.