ILIAS
release_8 Revision v8.23
|
Class ilChatroomKickGUI. More...
Public Member Functions | |
executeDefault (string $requestedMethod) | |
main () | |
sub () | |
Kicks user from subroom into mainroom. More... | |
![]() | |
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 | |
buildMessage (string $messageString, ilChatroomUser $chat_user) | |
Additional Inherited Members | |
![]() | |
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) | |
![]() | |
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 |
|
private |
ilChatroomKickGUI::executeDefault | ( | string | $requestedMethod | ) |
Definition at line 41 of file class.ilChatroomKickGUI.php.
References $response, ilChatroom\byObjectId(), ilChatroomGUIHandler\exitIfNoRoomExists(), ilChatroomGUIHandler\getRequestValue(), ilChatroomGUIHandler\isSuccessful(), ilChatroomGUIHandler\redirectIfNoPermission(), ILIAS\Repository\refinery(), and ilChatroomGUIHandler\sendResponse().
ilChatroomKickGUI::main | ( | ) |
Definition at line 62 of file class.ilChatroomKickGUI.php.
References $response, ilChatroom\byObjectId(), ilChatroomGUIHandler\exitIfNoRoomExists(), ilChatroomGUIHandler\getRequestValue(), ilChatroomGUIHandler\isSuccessful(), ILIAS\Repository\refinery(), and ilChatroomGUIHandler\sendResponse().
ilChatroomKickGUI::sub | ( | ) |
Kicks user from subroom into mainroom.
Definition at line 84 of file class.ilChatroomKickGUI.php.
References $response, ilChatroom\byObjectId(), ilChatroom\checkUserPermissions(), ilChatroomGUIHandler\getRequestValue(), ILIAS\Repository\refinery(), ROOT_FOLDER_ID, and ilChatroomGUIHandler\sendResponse().