ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilChatroomInfoScreenGUI Class Reference
+ Inheritance diagram for ilChatroomInfoScreenGUI:
+ Collaboration diagram for ilChatroomInfoScreenGUI:

Public Member Functions

 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
 
ILIAS FileDelivery Services $file_delivery
 

Detailed Description

Definition at line 21 of file class.ilChatroomInfoScreenGUI.php.

Member Function Documentation

◆ executeDefault()

ilChatroomInfoScreenGUI::executeDefault ( string  $requestedMethod)

Reimplemented from ilChatroomGUIHandler.

Definition at line 23 of file class.ilChatroomInfoScreenGUI.php.

23 : never
24 {
25 $this->redirectIfNoPermission('visible');
26
27 $this->ilCtrl->redirectByClass(ilInfoScreenGUI::class, 'showSummary');
28 }
redirectIfNoPermission($permission)
Checks for requested permissions and redirects if the permission check failed.
Class ilCtrl provides processing control methods.
redirectByClass( $a_class, ?string $a_cmd=null, ?string $a_anchor=null, bool $is_async=false)
@inheritDoc

References ilCtrl\redirectByClass(), and ilChatroomGUIHandler\redirectIfNoPermission().

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: