ILIAS  Release_4_4_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilChatroomInfoTask Class Reference

Class ilChatroomInfoTask. More...

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

Public Member Functions

 __construct (ilChatroomObjectGUI $gui)
 Constructor.
- Public Member Functions inherited from ilChatroomTaskHandler
 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

ilChatroomInfoTask::__construct ( ilChatroomObjectGUI  $gui)

Constructor.

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

Parameters
ilChatroomObjectGUI$gui

Reimplemented from ilChatroomTaskHandler.

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

References $gui.

{
$this->gui = $gui;
require_once 'Services/InfoScreen/classes/class.ilInfoScreenGUI.php';
}

Field Documentation

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: