|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilChatroomSettingsGUI. More...
Inheritance diagram for ilChatroomSettingsGUI:
Collaboration diagram for ilChatroomSettingsGUI:Public Member Functions | |
| saveGeneral () | |
| general (\ILIAS\UI\Component\Input\Container\Form\Form $settingsForm=null) | |
| executeDefault (string $requestedMethod) | |
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... | |
| hasPermission (string $permission) | |
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... | |
| 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 inherited from ilChatroomGUIHandler | |
| 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 ilChatroomSettingsGUI.
Definition at line 27 of file class.ilChatroomSettingsGUI.php.
| ilChatroomSettingsGUI::executeDefault | ( | string | $requestedMethod | ) |
Definition at line 131 of file class.ilChatroomSettingsGUI.php.
References general().
Here is the call graph for this function:| ilChatroomSettingsGUI::general | ( | \ILIAS\UI\Component\Input\Container\Form\Form | $settingsForm = null | ) |
Definition at line 93 of file class.ilChatroomSettingsGUI.php.
References ilChatroom\byObjectId(), ilChatroom\checkUserPermissions(), and ROOT_FOLDER_ID.
Referenced by executeDefault(), and saveGeneral().
Here is the call graph for this function:
Here is the caller graph for this function:| ilChatroomSettingsGUI::saveGeneral | ( | ) |
Definition at line 29 of file class.ilChatroomSettingsGUI.php.
References ilChatroom\byObjectId(), ilChatroom\checkUserPermissions(), general(), ILIAS\FileDelivery\http(), ilChatroomFormFactory\PROP_ALLOW_CUSTOM_NAMES, ilChatroomFormFactory\PROP_AUTOGEN_USERNAMES, ilChatroomFormFactory\PROP_ONLINE_STATUS, ilChatroomFormFactory\PROP_TILE_IMAGE, ilChatroomFormFactory\PROP_TITLE_AND_DESC, and ROOT_FOLDER_ID.
Here is the call graph for this function: