ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
ModeInfo.php
Go to the documentation of this file.
1 <?php
2 
4 
7 
13 interface ModeInfo extends Component
14 {
15  public function getModeTitle() : string;
16 
17 
18  public function getCloseAction() : URI;
19 }
The scope of this class is split ilias-conform URI&#39;s into components.
Definition: URI.php:17