|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\GlobalScreen\GUI\Output\Output: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().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Output\Output::message | ( | string | $type, |
| string | $message, | ||
| bool | $keep = true |
||
| ) |
Definition at line 93 of file Output.php.
Referenced by ILIAS\GlobalScreen\GUI\Output\Output\error(), ILIAS\GlobalScreen\GUI\Output\Output\info(), and ILIAS\GlobalScreen\GUI\Output\Output\success().
Here is the caller graph for this function:| ILIAS\GlobalScreen\GUI\Output\Output::nok | ( | bool | $as_image = false | ) |
Definition at line 211 of file Output.php.
| ILIAS\GlobalScreen\GUI\Output\Output::ok | ( | bool | $as_image = false | ) |
Definition at line 227 of file Output.php.
| ILIAS\GlobalScreen\GUI\Output\Output::out | ( | ?Component ... | $components | ) |
Definition at line 194 of file Output.php.
References $components, and ILIAS\Repository\tabs().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Output\Output::outAsync | ( | ?Component ... | $components | ) |
Definition at line 174 of file Output.php.
References $components, $response, and ILIAS\FileDelivery\http().
Here is the call graph for this function:| 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 124 of file Output.php.
| ILIAS\GlobalScreen\GUI\Output\Output::outString | ( | string | $string | ) |
Definition at line 188 of file Output.php.
References ILIAS\Repository\tabs().
Here is the call graph for this function:| ILIAS\GlobalScreen\GUI\Output\Output::render | ( | ?Component ... | $components | ) |
Definition at line 204 of file Output.php.
References $components.
| ILIAS\GlobalScreen\GUI\Output\Output::response | ( | ) |
Definition at line 63 of file Output.php.
References ILIAS\FileDelivery\http().
Here is the call graph for this function:| 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().
Here is the call graph for this function:| 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.