ILIAS  release_7 Revision v7.30-3-g800a261c036
SystemInfo.php
Go to the documentation of this file.
1<?php
2
4
9
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}
An exception for terminatinating execution or to throw for unit testing.
The scope of this class is split ilias-conform URI's into components.
Definition: URI.php:18
A component is the most general form of an entity in the UI.
Definition: Component.php:14
Interface to be extended by components that have the possibility to bind to Javascript.
withDenotation(string $denotation)
Must be one of.