ILIAS  release_8 Revision v8.25
class.ilChatroomAdminSmiliesGUI.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
28{
29 public function executeDefault(string $requestedMethod): void
30 {
31 $this->gui->switchToVisibleMode();
32 $this->mainTpl->setVariable('ADM_CONTENT', '');
33 }
34}
Class ilChatroomGUIHandler.