ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
class.ilChatroomAdminSmiliesGUI.php
Go to the documentation of this file.
1<?php
2/* Copyright (c) 1998-2009 ILIAS open source, Extended GPL, see docs/LICENSE */
3
11{
15 public function executeDefault($method)
16 {
20 global $tpl;
21
22 $this->gui->switchToVisibleMode();
23 $tpl->setVariable('ADM_CONTENT', '');
24 }
25}
global $tpl
Definition: ilias.php:8
An exception for terminatinating execution or to throw for unit testing.
Class ilChatroomGUIHandler.
executeDefault($requestedMethod)