ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
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 Mon Sep 1 2025 23:04:18 for ILIAS by
1.8.13 (using
Doxyfile
)