ILIAS  release_7 Revision v7.30-3-g800a261c036
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($requestedMethod)
16 {
17 global $DIC;
18
19 $this->gui->switchToVisibleMode();
20 $DIC->ui()->mainTemplate()->setVariable('ADM_CONTENT', '');
21 }
22}
An exception for terminatinating execution or to throw for unit testing.
executeDefault($requestedMethod)
@inheritDoc
Class ilChatroomGUIHandler.
global $DIC
Definition: goto.php:24