ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (private UIServices $ui_services, private Services $http, private Translator $translator, private Tabs $tabs, private \ilToolbarGUI $toolbar,) | |
response () | |
ui () | |
toolbar () | |
success (string $message, bool $keep=true) | |
info (string $message, bool $keep=true) | |
error (string $message, bool $keep=true) | |
message (string $type, string $message, bool $keep=true) | |
outAsyncAsConfirmation (string $title, string $message, string $button_text, URI|string $post_url, InterruptiveItem ... $components) | |
outAsyncAsModal (string $title, URI|string $post_url, ?Component ... $components) | |
outAsync (?Component ... $components) | |
outString (string $string) | |
out (?Component ... $components) | |
render (?Component ... $components) | |
nok (bool $as_image=false) | |
ok (bool $as_image=false) | |
Private Attributes | |
Factory | $ui_factory |
Renderer | $ui_renderer |
ilGlobalTemplateInterface | $main_tpl |
Definition at line 43 of file Output.php.
ILIAS\GlobalScreen\GUI\Output\Output::__construct | ( | private UIServices | $ui_services, |
private Services | $http, | ||
private Translator | $translator, | ||
private Tabs | $tabs, | ||
private \ilToolbarGUI | $toolbar | ||
) |
Definition at line 51 of file Output.php.
ILIAS\GlobalScreen\GUI\Output\Output::error | ( | string | $message, |
bool | $keep = true |
||
) |
Definition at line 88 of file Output.php.
References ILIAS\GlobalScreen\GUI\Output\Output\message().
ILIAS\GlobalScreen\GUI\Output\Output::info | ( | string | $message, |
bool | $keep = true |
||
) |
Definition at line 83 of file Output.php.
References ILIAS\GlobalScreen\GUI\Output\Output\message().
ILIAS\GlobalScreen\GUI\Output\Output::message | ( | string | $type, |
string | $message, | ||
bool | $keep = true |
||
) |
Definition at line 93 of file Output.php.
References $message.
Referenced by ILIAS\GlobalScreen\GUI\Output\Output\error(), ILIAS\GlobalScreen\GUI\Output\Output\info(), and ILIAS\GlobalScreen\GUI\Output\Output\success().
ILIAS\GlobalScreen\GUI\Output\Output::nok | ( | bool | $as_image = false | ) |
Definition at line 205 of file Output.php.
ILIAS\GlobalScreen\GUI\Output\Output::ok | ( | bool | $as_image = false | ) |
Definition at line 221 of file Output.php.
ILIAS\GlobalScreen\GUI\Output\Output::out | ( | ?Component ... | $components | ) |
Definition at line 188 of file Output.php.
References $components, and ILIAS\Repository\tabs().
ILIAS\GlobalScreen\GUI\Output\Output::outAsync | ( | ?Component ... | $components | ) |
Definition at line 168 of file Output.php.
References $components, $response, and ILIAS\FileDelivery\http().
ILIAS\GlobalScreen\GUI\Output\Output::outAsyncAsConfirmation | ( | string | $title, |
string | $message, | ||
string | $button_text, | ||
URI|string | $post_url, | ||
InterruptiveItem ... | $components | ||
) |
Definition at line 98 of file Output.php.
ILIAS\GlobalScreen\GUI\Output\Output::outAsyncAsModal | ( | string | $title, |
URI|string | $post_url, | ||
?Component ... | $components | ||
) |
Definition at line 119 of file Output.php.
ILIAS\GlobalScreen\GUI\Output\Output::outString | ( | string | $string | ) |
Definition at line 182 of file Output.php.
References ILIAS\Repository\tabs().
ILIAS\GlobalScreen\GUI\Output\Output::render | ( | ?Component ... | $components | ) |
ILIAS\GlobalScreen\GUI\Output\Output::response | ( | ) |
Definition at line 63 of file Output.php.
References ILIAS\FileDelivery\http().
ILIAS\GlobalScreen\GUI\Output\Output::success | ( | string | $message, |
bool | $keep = true |
||
) |
Definition at line 78 of file Output.php.
References ILIAS\GlobalScreen\GUI\Output\Output\message().
ILIAS\GlobalScreen\GUI\Output\Output::toolbar | ( | ) |
Definition at line 73 of file Output.php.
ILIAS\GlobalScreen\GUI\Output\Output::ui | ( | ) |
Definition at line 68 of file Output.php.
|
private |
Definition at line 49 of file Output.php.
|
private |
Definition at line 47 of file Output.php.
|
private |
Definition at line 48 of file Output.php.