ILIAS  release_4-4 Revision
class.ilChatroomSmiliesTask.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 
36  public function executeDefault($method)
37  {
38  global $tpl;
39 
40  $this->gui->switchToVisibleMode();
41  $tpl->setVariable( 'ADM_CONTENT', 'hallo welt' );
42  }
43 
44 }
45 
46 ?>
Class ilChatroomSmiliesTask.
__construct(ilChatroomObjectGUI $gui)
Constructor.
executeDefault($method)
Switches to visible mode and prepares template.
if(isset($_FILES['img_file']['size']) && $_FILES['img_file']['size'] > 0) $tpl