ILIAS  release_4-3 Revision
 All Data Structures Namespaces Files Functions Variables Groups Pages
ilChatroomPollTask Class Reference

Class ilChatroomPostMessageTask. More...

+ Inheritance diagram for ilChatroomPollTask:
+ Collaboration diagram for ilChatroomPollTask:

Public Member Functions

 __construct (ilDBayObjectGUI $gui)
 Constructor.
 executeDefault ($method)
- Public Member Functions inherited from ilDBayTaskHandler
 execute ($method)
 Executes given $method if existing, otherwise executes executeDefault() method.

Private Attributes

 $gui

Detailed Description

Constructor & Destructor Documentation

ilChatroomPollTask::__construct ( ilDBayObjectGUI  $gui)

Constructor.

Sets $this->gui using given $gui

Parameters
ilDBayObjectGUI$gui

Reimplemented from ilDBayTaskHandler.

Definition at line 25 of file class.ilChatroomPollTask.php.

References $gui.

{
$this->gui = $gui;
}

Member Function Documentation

ilChatroomPollTask::executeDefault (   $method)

Reimplemented from ilDBayTaskHandler.

Definition at line 30 of file class.ilChatroomPollTask.php.

References exit.

{
echo "{success: true}";
}

Field Documentation

ilChatroomPollTask::$gui
private

Definition at line 16 of file class.ilChatroomPollTask.php.

Referenced by __construct().


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