ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Class ilChatroomAdminViewGUI. More...
Public Member Functions | |
__construct (ilChatroomObjectGUI $gui) | |
executeDefault (string $requestedMethod) | |
forcePublicRoom () | |
createPublicRoom () | |
saveClientSettings () | |
deliverDocumentation () | |
![]() | |
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... | |
hasPermission (string $permission) | |
Protected Member Functions | |
checkServerConnection (array $serverSettings) | |
![]() | |
getRequestValue (string $key, Transformation $trafo, $default=null) | |
hasRequestValue (string $key) | |
getRoomByObjectId (int $objectId) | |
exitIfNoRoomExists (?ilChatroom $room) | |
Checks if a ilChatroom exists. More... | |
sendJSONResponse ($response) | |
Sends a json encoded response and exits the php process. More... | |
sendResponse (string $content, string $type) | |
Sends a response and exits the php process. More... | |
Protected Attributes | |
ilSetting | $commonSettings |
![]() | |
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 |
ILIAS FileDelivery Services | $file_delivery |
Private Member Functions | |
defaultActions () | |
Private Attributes | |
const string | CHATROOM_README_PATH = __DIR__ . '/../../README.md' |
Class ilChatroomAdminViewGUI.
Definition at line 28 of file class.ilChatroomAdminViewGUI.php.
ilChatroomAdminViewGUI::__construct | ( | ilChatroomObjectGUI | $gui | ) |
Definition at line 34 of file class.ilChatroomAdminViewGUI.php.
References ILIAS\GlobalScreen\Provider\__construct().
|
protected |
Definition at line 87 of file class.ilChatroomAdminViewGUI.php.
References ilChatroomServerConnector\checkServerConnection().
ilChatroomAdminViewGUI::createPublicRoom | ( | ) |
Definition at line 81 of file class.ilChatroomAdminViewGUI.php.
Referenced by forcePublicRoom().
|
private |
Definition at line 45 of file class.ilChatroomAdminViewGUI.php.
References forcePublicRoom().
ilChatroomAdminViewGUI::deliverDocumentation | ( | ) |
Definition at line 151 of file class.ilChatroomAdminViewGUI.php.
References ilChatroomGUIHandler\redirectIfNoPermission().
ilChatroomAdminViewGUI::executeDefault | ( | string | $requestedMethod | ) |
Reimplemented from ilChatroomGUIHandler.
Definition at line 40 of file class.ilChatroomAdminViewGUI.php.
References ilCtrl\redirect().
ilChatroomAdminViewGUI::forcePublicRoom | ( | ) |
Definition at line 53 of file class.ilChatroomAdminViewGUI.php.
References $ref_id, ilObjChatroom\_getPublicRefId(), ilObject\_hasUntrashedReference(), ilObject\_lookupObjId(), createPublicRoom(), and ilObjectFactory\getInstanceByRefId().
Referenced by defaultActions().
ilChatroomAdminViewGUI::saveClientSettings | ( | ) |
Definition at line 97 of file class.ilChatroomAdminViewGUI.php.
References ilCtrl\redirect(), and ilChatroomGUIHandler\redirectIfNoPermission().
|
protected |
Definition at line 32 of file class.ilChatroomAdminViewGUI.php.
|
private |
Definition at line 30 of file class.ilChatroomAdminViewGUI.php.