|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilChatroomInviteUsersToPrivateRoomGUI. More...
Inheritance diagram for ilChatroomInviteUsersToPrivateRoomGUI:
Collaboration diagram for ilChatroomInviteUsersToPrivateRoomGUI:Public Member Functions | |
| executeDefault ($requestedMethod) | |
| @inheritDoc More... | |
| byLogin () | |
| byId () | |
| getUserList () | |
Public Member Functions inherited from ilChatroomGUIHandler | |
| __construct (ilChatroomObjectGUI $gui) | |
| execute ($method) | |
| Executes given $method if existing, otherwise executes executeDefault() method. More... | |
| executeDefault ($requestedMethod) | |
| redirectIfNoPermission ($permission) | |
| Checks for requested permissions and redirects if the permission check failed. More... | |
| isSuccessful ($response) | |
| Checks for success param in an json decoded response. More... | |
| sendResponse ($response) | |
| Sends a json encoded response and exits the php process. More... | |
| hasPermission ($permission) | |
| Checks for access with ilRbacSystem. More... | |
Private Member Functions | |
| inviteById ($invited_id) | |
Additional Inherited Members | |
Protected Member Functions inherited from ilChatroomGUIHandler | |
| getRoomByObjectId ($objectId) | |
| exitIfNoRoomExists ($room) | |
| Checks if a ilChatroom exists. More... | |
| exitIfNoRoomPermission ($room, $subRoom, $chat_user) | |
| Check if user can moderate a chatroom. More... | |
| canModerate ($room, $subRoom, $user_id) | |
| Checks if the user has permission to moderate a ilChatroom. More... | |
| isMainRoom ($subRoomId) | |
Protected Attributes inherited from ilChatroomGUIHandler | |
| $gui | |
| $ilUser | |
| $ilCtrl | |
| $ilLng | |
| $webDirectory | |
| $obj_service | |
| $upload | |
| $rbacsystem | |
| $mainTpl | |
| $ilias | |
| $navigationHistory | |
| $tree | |
| $tabs | |
Class ilChatroomInviteUsersToPrivateRoomGUI.
Definition at line 13 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
| ilChatroomInviteUsersToPrivateRoomGUI::byId | ( | ) |
Definition at line 58 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
References inviteById().
Here is the call graph for this function:| ilChatroomInviteUsersToPrivateRoomGUI::byLogin | ( | ) |
Definition at line 24 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
References ilObjUser\_lookupId(), and inviteById().
Referenced by executeDefault().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatroomInviteUsersToPrivateRoomGUI::executeDefault | ( | $requestedMethod | ) |
@inheritDoc
Reimplemented from ilChatroomGUIHandler.
Definition at line 19 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
References byLogin().
Here is the call graph for this function:| ilChatroomInviteUsersToPrivateRoomGUI::getUserList | ( | ) |
Definition at line 66 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
References exit, ilUserAutoComplete\MAX_ENTRIES, ilUserAutoComplete\PRIVACY_MODE_RESPECT_USER_SETTING, and ilUserAutoComplete\SEARCH_TYPE_EQUALS.
|
private |
| int | $invited_id |
Definition at line 32 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
References $response, ilChatroom\byObjectId(), ilChatroomGUIHandler\exitIfNoRoomExists(), ilChatroomGUIHandler\exitIfNoRoomPermission(), ilChatroomGUIHandler\isMainRoom(), ilChatroomGUIHandler\redirectIfNoPermission(), and ilChatroomGUIHandler\sendResponse().
Referenced by byId(), and byLogin().
Here is the call graph for this function:
Here is the caller graph for this function: