ILIAS  Release_5_0_x_branch Revision 61816
 All Data Structures Namespaces Files Functions Variables Groups Pages
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 ?>