20 include_once
'Modules/Chatroom/classes/class.ilChatroom.php';
24 $this->gui->switchToVisibleMode();
27 $this->gui->ilias->raiseError(
28 $this->ilLng->txt(
"msg_no_perm_read"),
29 $this->
ilias->error_obj->MESSAGE
35 $info->enablePrivateNotes();
41 $info->addMetaDataSections(
42 $this->gui->object->getId(),
44 $this->gui->object->getType()
60 require_once
'Services/InfoScreen/classes/class.ilInfoScreenGUI.php';
This class provides processing control methods.
redirectIfNoPermission($permission)
Checks for requested permissions and redirects if the permission check failed.
createInfoScreenGUI($gui)
setCmd($a_cmd)
Set the current command.
executeDefault($method)
Prepares and displays the info screen.
static checkUserPermissions($permissions, $ref_id, $send_info=true)
Checks user permissions by given array and ref_id.
Class ilChatroomGUIHandler.
redirection script todo: (a better solution should control the processing via a xml file) ...
Class ilChatroomInfoGUI Provides methods to prepare and display the info task.
forwardCommand($a_gui_object)
Forward flow of control to next gui class this invokes the executeCommand() method of the gui object ...