ILIAS  release_7 Revision v7.30-3-g800a261c036
toggle.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
20require_once('../Scope/MainMenu/Collector/Renderer/Hasher.php');
22require_once('ItemState.php');
24require_once('ModeToggle.php');
25
27
28(new ModeToggle())->toggle();
An exception for terminatinating execution or to throw for unit testing.
Class ModeToggle This is just for testing!!! And will be removed after.
Definition: ModeToggle.php:32