|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\GlobalScreen\Services:Public Member Functions | |
| __construct (private ProviderFactory $provider_factory, ?UIServices $ui=null, string $resource_version='') | |
| Services constructor. More... | |
| mainBar () | |
| metaBar () | |
| footer () | |
| tool () | |
| layout () | |
| notifications () | |
| toasts () | |
| collector () | |
| identification () | |
Data Fields | |
| string | $resource_version = '' |
Private Attributes | |
| ToastServices | $toast_services |
Static Private Attributes | |
| static Services | $instance = null |
Definition at line 40 of file Services.php.
| ILIAS\GlobalScreen\Services::__construct | ( | private ProviderFactory | $provider_factory, |
| ?UIServices | $ui = null, |
||
| string | $resource_version = '' |
||
| ) |
Services constructor.
| ProviderFactory | $provider_factory | |
| string | $resource_version |
Definition at line 54 of file Services.php.
References $DIC.
| ILIAS\GlobalScreen\Services::collector | ( | ) |
Definition at line 113 of file Services.php.
References ILIAS\GlobalScreen\getWithArgument().
Here is the call graph for this function:| ILIAS\GlobalScreen\Services::footer | ( | ) |
Definition at line 75 of file Services.php.
| ILIAS\GlobalScreen\Services::identification | ( | ) |
Definition at line 122 of file Services.php.
References ILIAS\GlobalScreen\getWithArgument().
Here is the call graph for this function:| ILIAS\GlobalScreen\Services::layout | ( | ) |
Definition at line 92 of file Services.php.
References ILIAS\GlobalScreen\getWithArgument().
Referenced by ILIAS\components\Export\HTML\Util\exportResourceFiles().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\GlobalScreen\Services::mainBar | ( | ) |
Definition at line 64 of file Services.php.
| ILIAS\GlobalScreen\Services::metaBar | ( | ) |
Definition at line 70 of file Services.php.
| ILIAS\GlobalScreen\Services::notifications | ( | ) |
Definition at line 100 of file Services.php.
| ILIAS\GlobalScreen\Services::toasts | ( | ) |
Definition at line 105 of file Services.php.
References ILIAS\GlobalScreen\Services\$toast_services.
| ILIAS\GlobalScreen\Services::tool | ( | ) |
|
staticprivate |
Definition at line 44 of file Services.php.
| string ILIAS\GlobalScreen\Services::$resource_version = '' |
Definition at line 47 of file Services.php.
|
private |
Definition at line 45 of file Services.php.
Referenced by ILIAS\GlobalScreen\Services\toasts().