ILIAS  release_7 Revision v7.30-3-g800a261c036
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