ILIAS  release_5-1 Revision 5.0.0-5477-g43f3e3fab5f
class.ilChatroomAdminSmiliesTask.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
13 {
17  private $gui;
18 
27  {
28  $this->gui = $gui;
29  }
30 
37  public function executeDefault($method)
38  {
39  global $tpl;
40 
41  $this->gui->switchToVisibleMode();
42  $tpl->setVariable( 'ADM_CONTENT', 'hallo welt' );
43  }
44 }
executeDefault($method)
Switches to visible mode and prepares template.
global $tpl
Definition: ilias.php:8
__construct(ilChatroomObjectGUI $gui)
Constructor.