ILIAS  release_4-4 Revision
ilChatroomSettingsTask Class Reference

Class ilChatroomSettingsTask. More...

+ Inheritance diagram for ilChatroomSettingsTask:
+ Collaboration diagram for ilChatroomSettingsTask:

Public Member Functions

 __construct (ilChatroomObjectGUI $gui)
 Constructor Requires ilChatroomFormFactory, ilChatroom and ilChatroomInstaller, sets $this->gui using given $gui and calls ilChatroomInstaller::install() method. More...
 
 executeDefault ($requestedMethod)
 
- Public Member Functions inherited from ilChatroomTaskHandler
 __construct (ilChatroomObjectGUI $gui)
 
 executeDefault ($requestedMethod)
 

Private Attributes

 $gui
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilChatroomSettingsTask::__construct ( ilChatroomObjectGUI  $gui)

Constructor Requires ilChatroomFormFactory, ilChatroom and ilChatroomInstaller, sets $this->gui using given $gui and calls ilChatroomInstaller::install() method.

Parameters
ilChatroomObjectGUI$gui

Definition at line 24 of file class.ilChatroomSettingsTask.php.

References $_POST, $gui, $ilCtrl, $lng, $tpl, ilChatroomFormFactory\applyValues(), ilChatroom\checkUserPermissions(), general, ilUtil\sendInfo(), and ilUtil\sendSuccess().

25  {
26  $this->gui = $gui;
27 
28  require_once 'Modules/Chatroom/classes/class.ilChatroomFormFactory.php';
29  require_once 'Modules/Chatroom/classes/class.ilChatroom.php';
30  require_once 'Modules/Chatroom/classes/class.ilChatroomInstaller.php';
31  }
+ Here is the call graph for this function:

Member Function Documentation

◆ executeDefault()

ilChatroomSettingsTask::executeDefault (   $requestedMethod)
Parameters
string$requestedMethod
Returns
void

Definition at line 139 of file class.ilChatroomSettingsTask.php.

References general.

140  {
141  $this->general();
142  }
$errors general
Prepares and displays settings form.
Definition: imgupload.php:46

Field Documentation

◆ $gui

ilChatroomSettingsTask::$gui
private

Definition at line 15 of file class.ilChatroomSettingsTask.php.

Referenced by __construct().


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