ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilChatroomPollTask.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
14{
15
16 private $gui;
17
26 {
27 $this->gui = $gui;
28 }
29
30 public function executeDefault($method)
31 {
32 echo "{success: true}";
33 exit;
34 }
35}
36
37?>
Class ilChatroomPostMessageTask.
__construct(ilChatroomObjectGUI $gui)
Constructor.
exit
Definition: login.php:54