ILIAS
release_8 Revision v8.19-1-g4e8f2f9140c
◀ 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
n
o
p
r
s
t
u
v
w
x
+
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
j
l
m
p
s
t
u
+
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
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
SystemInfo.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
21
namespace
ILIAS\UI\Component\MainControls
;
22
23
use
ILIAS\Data\URI
;
24
use
ILIAS\UI\Component\Component
;
25
use
ILIAS\UI\Component\Signal
;
26
use
ILIAS\UI\Component\Triggerable
;
27
use
ILIAS\UI\Component\JavaScriptBindable
;
28
33
interface
SystemInfo
extends
Component
,
JavaScriptBindable
,
Triggerable
34
{
35
public
const
DENOTATION_NEUTRAL
=
'neutral'
;
36
public
const
DENOTATION_IMPORTANT
=
'important'
;
37
public
const
DENOTATION_BREAKING
=
'breaking'
;
38
39
public
function
getHeadLine
(): string;
40
41
public
function
getInformationText
(): string;
42
43
public
function
withDismissAction
(?
URI
$uri):
SystemInfo
;
44
45
public
function
isDismissable
(): bool;
46
47
public
function
getDismissAction
():
URI
;
48
55
public
function
withDenotation
(
string
$denotation):
SystemInfo
;
56
57
public
function
getDenotation
(): string;
58
59
public
function
getCloseSignal
():
Signal
;
60
}
ILIAS\UI\Component\MainControls\SystemInfo\getDenotation
getDenotation()
ILIAS\UI\Component\MainControls\SystemInfo\getDismissAction
getDismissAction()
ILIAS\UI\Component\MainControls
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
Factory.php:21
JavaScriptBindable
ILIAS\UI\Component\MainControls\SystemInfo\DENOTATION_IMPORTANT
const DENOTATION_IMPORTANT
Definition:
SystemInfo.php:36
ILIAS\UI\Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
ILIAS\UI\Implementation\Component\JavaScriptBindable
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition:
JavaScriptBindable.php:32
Component
Triggerable
ILIAS\UI\Component\MainControls\SystemInfo\withDismissAction
withDismissAction(?URI $uri)
ILIAS\UI\Component\Triggerable
Definition:
Triggerable.php:34
ILIAS\UI\Component\MainControls\SystemInfo\DENOTATION_NEUTRAL
const DENOTATION_NEUTRAL
Definition:
SystemInfo.php:35
ILIAS\UI\Component\MainControls\SystemInfo
Interface SystemInfo.
Definition:
SystemInfo.php:33
ILIAS\Data\URI
The scope of this class is split ilias-conform URI's into components.
Definition:
URI.php:34
ILIAS\UI\Component\MainControls\SystemInfo\DENOTATION_BREAKING
const DENOTATION_BREAKING
Definition:
SystemInfo.php:37
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:32
URI
ILIAS\UI\Component\MainControls\SystemInfo\isDismissable
isDismissable()
Signal
src
UI
Component
MainControls
SystemInfo.php
Generated on Sun Apr 20 2025 22:03:00 for ILIAS by
1.8.13 (using
Doxyfile
)