|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Inheritance diagram for ILIAS\GlobalScreen\Provider\PluginProviderCollection:
Collaboration diagram for ILIAS\GlobalScreen\Provider\PluginProviderCollection: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) | |
| getModificationProvider () | |
| getMainBarProvider () | |
| getToolProvider () | |
| getMetaBarProvider () | |
| getNotificationProvider () | |
Private Attributes | |
| $modification_provider | |
| $main_bar_provider | |
| $tool_provider | |
| $meta_bar_provider | |
| $notification_provider | |
Definition at line 28 of file PluginProviderCollection.php.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::getMainBarProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 63 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 87 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 51 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$modification_provider.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::getNotificationProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 99 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$notification_provider.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::getToolProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 75 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$tool_provider.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::setMainBarProvider | ( | AbstractStaticMainMenuPluginProvider | $static_mai_menu_provider | ) |
Definition at line 68 of file PluginProviderCollection.php.
Referenced by ilPlugin\getGlobalScreenProviderCollection().
Here is the caller graph for this function:| ILIAS\GlobalScreen\Provider\PluginProviderCollection::setMetaBarProvider | ( | AbstractStaticMetaBarPluginProvider | $static_meta_bar_provider | ) |
Definition at line 92 of file PluginProviderCollection.php.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::setModificationProvider | ( | AbstractModificationPluginProvider | $modification_provider | ) |
Definition at line 56 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$modification_provider.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::setNotificationProvider | ( | AbstractNotificationPluginProvider | $notification_provider | ) |
Definition at line 104 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$notification_provider.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::setToolProvider | ( | AbstractDynamicToolPluginProvider | $dynamic_tool_provider | ) |
Definition at line 80 of file PluginProviderCollection.php.
|
private |
Definition at line 37 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getMainBarProvider().
|
private |
Definition at line 45 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getMetaBarProvider().
|
private |
Definition at line 33 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getModificationProvider(), and ILIAS\GlobalScreen\Provider\PluginProviderCollection\setModificationProvider().
|
private |
Definition at line 49 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getNotificationProvider(), and ILIAS\GlobalScreen\Provider\PluginProviderCollection\setNotificationProvider().
|
private |
Definition at line 41 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getToolProvider().