|
ILIAS
release_8 Revision v8.24
|
Class ilChatroomInviteUsersToPrivateRoomGUI. More...
Inheritance diagram for ilChatroomInviteUsersToPrivateRoomGUI:
Collaboration diagram for ilChatroomInviteUsersToPrivateRoomGUI:Public Member Functions | |
| executeDefault (string $requestedMethod) | |
| byLogin () | |
| byId () | |
| getUserList () | |
Public Member Functions inherited from ilChatroomGUIHandler | |
| execute (string $method) | |
| executeDefault (string $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, bool $isJson=false) | |
| Sends a json encoded response and exits the php process. More... | |
| hasPermission (string $permission) | |
Private Member Functions | |
| inviteById (int $invited_id) | |
Additional Inherited Members | |
Protected Member Functions inherited from ilChatroomGUIHandler | |
| getRequestValue (string $key, Transformation $trafo, $default=null) | |
| hasRequestValue (string $key) | |
| getRoomByObjectId (int $objectId) | |
| exitIfNoRoomExists (?ilChatroom $room) | |
| Checks if a ilChatroom exists. More... | |
| exitIfNoRoomModeratePermission (ilChatroom $room, int $subRoom, ilChatroomUser $chatUser) | |
| Check if user can moderate a chatroom. More... | |
| canModerate (ilChatroom $room, int $subRoom, int $usrId) | |
| isMainRoom (int $subRoomId) | |
Protected Attributes inherited from ilChatroomGUIHandler | |
| ilChatroomObjectGUI | $gui |
| ilObjUser | $ilUser |
| ilCtrlInterface | $ilCtrl |
| ilLanguage | $ilLng |
| Filesystem | $webDirectory |
| ilObjectService | $obj_service |
| FileUpload | $upload |
| ilRbacSystem | $rbacsystem |
| ilGlobalTemplateInterface | $mainTpl |
| ILIAS | $ilias |
| ilNavigationHistory | $navigationHistory |
| ilTree | $tree |
| ilTabsGUI | $tabs |
| UIFactory | $uiFactory |
| UIRenderer | $uiRenderer |
| GlobalHttpState | $http |
| Refinery | $refinery |
Class ilChatroomInviteUsersToPrivateRoomGUI.
Definition at line 27 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
| ilChatroomInviteUsersToPrivateRoomGUI::byId | ( | ) |
Definition at line 68 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
References ilChatroomGUIHandler\getRequestValue(), inviteById(), and ILIAS\Repository\refinery().
Here is the call graph for this function:| ilChatroomInviteUsersToPrivateRoomGUI::byLogin | ( | ) |
Definition at line 34 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
References ilObjUser\_lookupId(), ilChatroomGUIHandler\getRequestValue(), inviteById(), and ILIAS\Repository\refinery().
Referenced by executeDefault().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatroomInviteUsersToPrivateRoomGUI::executeDefault | ( | string | $requestedMethod | ) |
Reimplemented from ilChatroomGUIHandler.
Definition at line 29 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
References byLogin().
Here is the call graph for this function:| ilChatroomInviteUsersToPrivateRoomGUI::getUserList | ( | ) |
Definition at line 73 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
References $query, ilChatroomGUIHandler\getRequestValue(), ILIAS\FileDelivery\http(), ilUserAutoComplete\MAX_ENTRIES, ilUserAutoComplete\PRIVACY_MODE_RESPECT_USER_SETTING, ILIAS\Repository\refinery(), ilUserAutoComplete\SEARCH_TYPE_EQUALS, ilChatroomGUIHandler\sendResponse(), and ilUtil\stripSlashes().
Here is the call graph for this function:
|
private |
Definition at line 40 of file class.ilChatroomInviteUsersToPrivateRoomGUI.php.
References $response, ilChatroom\byObjectId(), ilChatroomGUIHandler\exitIfNoRoomExists(), ilChatroomGUIHandler\exitIfNoRoomModeratePermission(), ilChatroomGUIHandler\getRequestValue(), ilChatroomGUIHandler\isMainRoom(), ilChatroomGUIHandler\redirectIfNoPermission(), ILIAS\Repository\refinery(), and ilChatroomGUIHandler\sendResponse().
Referenced by byId(), and byLogin().
Here is the call graph for this function:
Here is the caller graph for this function: