ILIAS
release_8 Revision v8.23
|
Public Member Functions | |
getModificationProvider () | |
setModificationProvider (AbstractModificationPluginProvider $modification_provider) | |
getMainBarProvider () | |
setMainBarProvider (AbstractStaticMainMenuPluginProvider $static_mai_menu_provider) | |
getToolProvider () | |
setToolProvider (AbstractDynamicToolPluginProvider $dynamic_tool_provider) | |
getMetaBarProvider () | |
setMetaBarProvider (AbstractStaticMetaBarPluginProvider $static_meta_bar_provider) | |
getNotificationProvider () | |
setNotificationProvider (AbstractNotificationPluginProvider $notification_provider) | |
getToastProvider () | |
setToastProvider (AbstractToastPluginProvider $toast_provider) | |
Definition at line 29 of file PluginProviderCollection.php.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::getMainBarProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 50 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$main_bar_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::getMetaBarProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 74 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$meta_bar_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::getModificationProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 38 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$modification_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::getNotificationProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 86 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$notification_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::getToastProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 98 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$toast_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::getToolProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 62 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$tool_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setMainBarProvider | ( | AbstractStaticMainMenuPluginProvider | $static_mai_menu_provider | ) |
Definition at line 55 of file PluginProviderCollection.php.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setMetaBarProvider | ( | AbstractStaticMetaBarPluginProvider | $static_meta_bar_provider | ) |
Definition at line 79 of file PluginProviderCollection.php.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setModificationProvider | ( | AbstractModificationPluginProvider | $modification_provider | ) |
Definition at line 43 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$modification_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setNotificationProvider | ( | AbstractNotificationPluginProvider | $notification_provider | ) |
Definition at line 91 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$notification_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setToastProvider | ( | AbstractToastPluginProvider | $toast_provider | ) |
Definition at line 103 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$toast_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setToolProvider | ( | AbstractDynamicToolPluginProvider | $dynamic_tool_provider | ) |
Definition at line 67 of file PluginProviderCollection.php.
|
private |
Definition at line 32 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getMainBarProvider().
|
private |
Definition at line 34 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getMetaBarProvider().
|
private |
Definition at line 31 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getModificationProvider(), and ILIAS\GlobalScreen\Provider\PluginProviderCollection\setModificationProvider().
|
private |
Definition at line 35 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getNotificationProvider(), and ILIAS\GlobalScreen\Provider\PluginProviderCollection\setNotificationProvider().
|
private |
Definition at line 36 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getToastProvider(), and ILIAS\GlobalScreen\Provider\PluginProviderCollection\setToastProvider().
|
private |
Definition at line 33 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getToolProvider().