ILIAS  release_5-0 Revision 5.0.0-1144-gc4397b1f87
ilChatroomInfoTask Class Reference

Class ilChatroomInfoTask. More...

+ Inheritance diagram for ilChatroomInfoTask:
+ Collaboration diagram for ilChatroomInfoTask:

Public Member Functions

 __construct (ilChatroomObjectGUI $gui)
 Constructor. More...
 
- Public Member Functions inherited from ilChatroomTaskHandler
 __construct (ilChatroomObjectGUI $gui)
 
 executeDefault ($requestedMethod)
 

Private Attributes

 $gui
 

Detailed Description

Class ilChatroomInfoTask.

Provides methods to prepare and display the info task.

Author
Jan Posselt jposs.nosp@m.elt@.nosp@m.datab.nosp@m.ay.d.nosp@m.e
Version
$Id$

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

Constructor & Destructor Documentation

◆ __construct()

ilChatroomInfoTask::__construct ( ilChatroomObjectGUI  $gui)

Constructor.

Requires ilInfoScreenGUI and sets $this->gui using given $gui.

Parameters
ilChatroomObjectGUI$gui

Definition at line 26 of file class.ilChatroomInfoTask.php.

References $_GET, $gui, $ilCtrl, $lng, ilChatroom\checkUserPermissions(), and ilChatroomTaskHandler\executeDefault().

27  {
28  $this->gui = $gui;
29  require_once 'Services/InfoScreen/classes/class.ilInfoScreenGUI.php';
30  }
+ Here is the call graph for this function:

Field Documentation

◆ $gui

ilChatroomInfoTask::$gui
private

Definition at line 17 of file class.ilChatroomInfoTask.php.

Referenced by __construct().


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