ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
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
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
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
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
SystemInfo.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
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
Definition:
Factory.php:21
JavaScriptBindable
ILIAS\UI\Component\MainControls\SystemInfo\DENOTATION_IMPORTANT
const DENOTATION_IMPORTANT
Definition:
SystemInfo.php:36
ILIAS\UI\Component
ILIAS\UI\Implementation\Component\JavaScriptBindable
trait JavaScriptBindable
Trait for components implementing JavaScriptBindable providing standard implementation.
Definition:
JavaScriptBindable.php:32
Component
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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\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\Data\URI
ILIAS\UI\Component\MainControls\SystemInfo\isDismissable
isDismissable()
Signal
components
ILIAS
UI
src
Component
MainControls
SystemInfo.php
Generated on Fri Apr 11 2025 23:04:20 for ILIAS by
1.8.13 (using
Doxyfile
)