ILIAS
trunk Revision v11.0_alpha-1831-g8615d53dadb
|
Interface SystemInfo. More...
Public Member Functions | |
getHeadLine () | |
getInformationText () | |
withDismissAction (?URI $uri) | |
isDismissable () | |
getDismissAction () | |
withDenotation (string $denotation) | |
Must be one of. More... | |
getDenotation () | |
getCloseSignal () | |
![]() | |
getCanonicalName () | |
Get the canonical name of the component. More... | |
reduceWith (\Closure $fn) | |
The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More... | |
![]() | |
withOnLoadCode (Closure $binder) | |
withAdditionalOnLoadCode (Closure $binder) | |
Add some onload-code to the component instead of replacing the existing one. More... | |
getOnLoadCode () | |
Get the currently bound on load code. More... | |
![]() | |
withResetSignals () | |
Get a component like this but reset (regenerate) its signals. More... | |
Data Fields | |
const | DENOTATION_NEUTRAL = 'neutral' |
const | DENOTATION_IMPORTANT = 'important' |
const | DENOTATION_BREAKING = 'breaking' |
Interface SystemInfo.
Definition at line 33 of file SystemInfo.php.
ILIAS\UI\Component\MainControls\SystemInfo::getCloseSignal | ( | ) |
ILIAS\UI\Component\MainControls\SystemInfo::getDenotation | ( | ) |
ILIAS\UI\Component\MainControls\SystemInfo::getDismissAction | ( | ) |
ILIAS\UI\Component\MainControls\SystemInfo::getHeadLine | ( | ) |
ILIAS\UI\Component\MainControls\SystemInfo::getInformationText | ( | ) |
ILIAS\UI\Component\MainControls\SystemInfo::isDismissable | ( | ) |
ILIAS\UI\Component\MainControls\SystemInfo::withDenotation | ( | string | $denotation | ) |
ILIAS\UI\Component\MainControls\SystemInfo::withDismissAction | ( | ?URI | $uri | ) |
const ILIAS\UI\Component\MainControls\SystemInfo::DENOTATION_BREAKING = 'breaking' |
Definition at line 37 of file SystemInfo.php.
Referenced by ILIAS\UI\Implementation\Component\MainControls\Renderer\renderSystemInfo().
const ILIAS\UI\Component\MainControls\SystemInfo::DENOTATION_IMPORTANT = 'important' |
Definition at line 36 of file SystemInfo.php.
Referenced by ILIAS\UI\Implementation\Component\MainControls\Renderer\renderSystemInfo().
const ILIAS\UI\Component\MainControls\SystemInfo::DENOTATION_NEUTRAL = 'neutral' |
Definition at line 35 of file SystemInfo.php.
Referenced by ILIAS\UI\Implementation\Component\MainControls\Renderer\renderSystemInfo().