ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
ilChatroomPollTask Class Reference

Class ilChatroomPostMessageTask. More...

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

Public Member Functions

 __construct (ilChatroomObjectGUI $gui)
 Constructor. More...
 
 executeDefault ($method)
 
 __construct (ilChatroomObjectGUI $gui)
 
 executeDefault ($requestedMethod)
 

Private Attributes

 $gui
 

Detailed Description

Constructor & Destructor Documentation

◆ __construct()

ilChatroomPollTask::__construct ( ilChatroomObjectGUI  $gui)

Constructor.

Sets $this->gui using given $gui

Parameters
ilChatroomObjectGUI$gui

Reimplemented from ilChatroomTaskHandler.

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

26 {
27 $this->gui = $gui;
28 }

References $gui.

Member Function Documentation

◆ executeDefault()

ilChatroomPollTask::executeDefault (   $requestedMethod)
Parameters
string$requestedMethod
Returns
mixed

Reimplemented from ilChatroomTaskHandler.

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

31 {
32 echo "{success: true}";
33 exit;
34 }
exit
Definition: login.php:54

References exit.

Field Documentation

◆ $gui

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: