ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
ModeInfo.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\UI\Component\MainControls
;
4
5
use
ILIAS\Data\URI
;
6
use
ILIAS\UI\Component\Component
;
7
13
interface
ModeInfo
extends
Component
14
{
15
public
function
getModeTitle
() : string;
16
17
18
public
function
getCloseAction
() :
URI
;
19
}
ILIAS\UI\Component\MainControls
Definition:
Factory.php:5
ILIAS\UI\Component\MainControls\ModeInfo\getCloseAction
getCloseAction()
ILIAS\UI\Component\MainControls\ModeInfo\getModeTitle
getModeTitle()
ILIAS\UI\Component
Component
ILIAS\UI\Component\MainControls\ModeInfo
Interface ModeInfo.
Definition:
ModeInfo.php:13
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:17
URI
src
UI
Component
MainControls
ModeInfo.php
Generated on Mon Sep 1 2025 21:01:47 for ILIAS by
1.8.13 (using
Doxyfile
)