ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
ModeInfo.php
Go to the documentation of this file.
1<?php
2
4
7
13interface ModeInfo extends Component
14{
15 public function getModeTitle() : string;
16
17
18 public function getCloseAction() : URI;
19}
An exception for terminatinating execution or to throw for unit testing.
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:18
A component is the most general form of an entity in the UI.
Definition: Component.php:14