ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
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) | |
getModificationProvider () | |
getMainBarProvider () | |
getToolProvider () | |
getMetaBarProvider () | |
getNotificationProvider () | |
getToastProvider () | |
Definition at line 30 of file PluginProviderCollection.php.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::getMainBarProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 51 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 75 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 39 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$modification_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::getNotificationProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 87 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$notification_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::getToastProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 99 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$toast_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::getToolProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 63 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$tool_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setMainBarProvider | ( | AbstractStaticMainMenuPluginProvider | $static_mai_menu_provider | ) |
Definition at line 56 of file PluginProviderCollection.php.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setMetaBarProvider | ( | AbstractStaticMetaBarPluginProvider | $static_meta_bar_provider | ) |
Definition at line 80 of file PluginProviderCollection.php.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setModificationProvider | ( | AbstractModificationPluginProvider | $modification_provider | ) |
Definition at line 44 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$modification_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setNotificationProvider | ( | AbstractNotificationPluginProvider | $notification_provider | ) |
Definition at line 92 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$notification_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setToastProvider | ( | AbstractToastPluginProvider | $toast_provider | ) |
Definition at line 104 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$toast_provider.
ILIAS\GlobalScreen\Provider\PluginProviderCollection::setToolProvider | ( | AbstractDynamicToolPluginProvider | $dynamic_tool_provider | ) |
Definition at line 68 of file PluginProviderCollection.php.
|
private |
Definition at line 33 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getMainBarProvider().
|
private |
Definition at line 35 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getMetaBarProvider().
|
private |
Definition at line 32 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getModificationProvider(), and ILIAS\GlobalScreen\Provider\PluginProviderCollection\setModificationProvider().
|
private |
Definition at line 36 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getNotificationProvider(), and ILIAS\GlobalScreen\Provider\PluginProviderCollection\setNotificationProvider().
|
private |
Definition at line 37 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getToastProvider(), and ILIAS\GlobalScreen\Provider\PluginProviderCollection\setToastProvider().
|
private |
Definition at line 34 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getToolProvider().