ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
|
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().
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().
ILIAS\GlobalScreen\Services::layout | ( | ) |
Definition at line 92 of file Services.php.
References ILIAS\GlobalScreen\getWithArgument().
Referenced by ILIAS\components\Export\HTML\Util\exportResourceFiles().
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 | ( | ) |
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().