ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
The scope of this class is split ilias-conform URI&#39;s into components.
Definition: URI.php:17
withDenotation(string $denotation)
Must be one of.
Interface to be extended by components that have the possibility to bind to Javascript.