|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\GlobalScreen\Services:Public Member Functions | |
| __construct (ProviderFactory $provider_factory, ?UIServices $ui=null, string $resource_version='') | |
| Services constructor. More... | |
| mainBar () | |
| metaBar () | |
| tool () | |
| layout () | |
| notifications () | |
| toasts () | |
| collector () | |
| identification () | |
Data Fields | |
| string | $resource_version = '' |
Private Attributes | |
| ProviderFactory | $provider_factory |
| ToastServices | $toast_services |
Static Private Attributes | |
| static Services | $instance = null |
Class Services.
Definition at line 39 of file Services.php.
| ILIAS\GlobalScreen\Services::__construct | ( | ProviderFactory | $provider_factory, |
| ?UIServices | $ui = null, |
||
| string | $resource_version = '' |
||
| ) |
Services constructor.
| ProviderFactory | $provider_factory | |
| string | $resource_version |
Definition at line 55 of file Services.php.
References $DIC, and ILIAS\GlobalScreen\Services\$provider_factory.
| ILIAS\GlobalScreen\Services::collector | ( | ) |
Definition at line 116 of file Services.php.
References ILIAS\GlobalScreen\getWithArgument().
Here is the call graph for this function:| ILIAS\GlobalScreen\Services::identification | ( | ) |
Definition at line 125 of file Services.php.
References ILIAS\GlobalScreen\getWithArgument().
Here is the call graph for this function:| ILIAS\GlobalScreen\Services::layout | ( | ) |
Definition at line 95 of file Services.php.
References ILIAS\GlobalScreen\getWithArgument().
Referenced by ILIAS\Services\Export\HTML\Util\exportResourceFiles().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\GlobalScreen\Services::mainBar | ( | ) |
| ILIAS\GlobalScreen\Services::metaBar | ( | ) |
Definition at line 78 of file Services.php.
| ILIAS\GlobalScreen\Services::notifications | ( | ) |
Definition at line 103 of file Services.php.
| ILIAS\GlobalScreen\Services::toasts | ( | ) |
Definition at line 108 of file Services.php.
References ILIAS\GlobalScreen\Services\$toast_services.
| ILIAS\GlobalScreen\Services::tool | ( | ) |
|
staticprivate |
Definition at line 43 of file Services.php.
|
private |
Definition at line 45 of file Services.php.
Referenced by ILIAS\GlobalScreen\Services\__construct().
| string ILIAS\GlobalScreen\Services::$resource_version = '' |
Definition at line 48 of file Services.php.
|
private |
Definition at line 46 of file Services.php.
Referenced by ILIAS\GlobalScreen\Services\toasts().