ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
SystemInfo.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
use
ILIAS\UI\Component\Signal
;
8
use
ILIAS\UI\Component\Triggerable
;
9
14
interface
SystemInfo
extends
Component
,
\ILIAS\UI\Component\JavaScriptBindable
,
Triggerable
15
{
16
public
const
DENOTATION_NEUTRAL
=
'neutral'
;
17
public
const
DENOTATION_IMPORTANT
=
'important'
;
18
public
const
DENOTATION_BREAKING
=
'breaking'
;
19
20
public
function
getHeadLine
() : string;
21
22
public
function
getInformationText
() : string;
23
24
public
function
withDismissAction
(?
URI
$uri) :
SystemInfo
;
25
26
public
function
isDismissable
() : bool;
27
28
public
function
getDismissAction
() :
URI
;
29
36
public
function
withDenotation
(
string
$denotation) :
SystemInfo
;
37
38
public
function
getDenotation
() : string;
39
40
public
function
getCloseSignal
() :
Signal
;
41
}
ILIAS\UI\Component\MainControls\SystemInfo\getDenotation
getDenotation()
ILIAS\UI\Component\MainControls\SystemInfo\getDismissAction
getDismissAction()
ILIAS\UI\Component\MainControls
Definition:
Factory.php:5
ILIAS\UI\Component\MainControls\SystemInfo\DENOTATION_IMPORTANT
const DENOTATION_IMPORTANT
Definition:
SystemInfo.php:17
ILIAS\UI\Component
Component
Triggerable
ILIAS\UI\Component\MainControls\SystemInfo\withDismissAction
withDismissAction(?URI $uri)
ILIAS\UI\Component\Triggerable
Definition:
Triggerable.php:15
ILIAS\UI\Component\MainControls\SystemInfo\DENOTATION_NEUTRAL
const DENOTATION_NEUTRAL
Definition:
SystemInfo.php:16
ILIAS\UI\Component\MainControls\SystemInfo
Interface SystemInfo.
Definition:
SystemInfo.php:14
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:17
ILIAS\UI\Component\MainControls\SystemInfo\DENOTATION_BREAKING
const DENOTATION_BREAKING
Definition:
SystemInfo.php:18
ILIAS\UI\Component\MainControls\SystemInfo\getHeadLine
getHeadLine()
ILIAS\UI\Component\MainControls\SystemInfo\getInformationText
getInformationText()
ILIAS\UI\Component\MainControls\SystemInfo\withDenotation
withDenotation(string $denotation)
Must be one of.
ILIAS\UI\Component\MainControls\SystemInfo\getCloseSignal
getCloseSignal()
ILIAS\UI\Component\Signal
Definition:
Signal.php:13
URI
ILIAS\UI\Component\MainControls\SystemInfo\isDismissable
isDismissable()
Signal
ILIAS\UI\Component\JavaScriptBindable
Interface to be extended by components that have the possibility to bind to Javascript.
Definition:
JavaScriptBindable.php:11
src
UI
Component
MainControls
SystemInfo.php
Generated on Tue Apr 8 2025 21:02:14 for ILIAS by
1.8.13 (using
Doxyfile
)