|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ILIAS\GlobalScreen\Provider\PluginProviderCollection:
Collaboration diagram for ILIAS\GlobalScreen\Provider\PluginProviderCollection:Public Member Functions | |
| getModificationProvider () | |
| @inheritDoc More... | |
| setModificationProvider (AbstractModificationPluginProvider $modification_provider) | |
| getMainBarProvider () | |
| @inheritDoc More... | |
| setMainBarProvider (AbstractStaticMainMenuPluginProvider $static_mai_menu_provider) | |
| getToolProvider () | |
| @inheritDoc More... | |
| setToolProvider (AbstractDynamicToolPluginProvider $dynamic_tool_provider) | |
| getMetaBarProvider () | |
| @inheritDoc More... | |
| setMetaBarProvider (AbstractStaticMetaBarPluginProvider $static_meta_bar_provider) | |
| getNotificationProvider () | |
| @inheritDoc More... | |
| 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 11 of file PluginProviderCollection.php.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::getMainBarProvider | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 61 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$main_bar_provider.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::getMetaBarProvider | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 105 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$meta_bar_provider.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::getModificationProvider | ( | ) |
@inheritDoc
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 | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 127 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$notification_provider.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::getToolProvider | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderCollection.
Definition at line 83 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$tool_provider.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::setMainBarProvider | ( | AbstractStaticMainMenuPluginProvider | $static_mai_menu_provider | ) |
| AbstractStaticMainMenuPluginProvider | $static_mai_menu_provider |
Definition at line 72 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 | ) |
| AbstractStaticMetaBarPluginProvider | $static_meta_bar_provider |
Definition at line 116 of file PluginProviderCollection.php.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::setModificationProvider | ( | AbstractModificationPluginProvider | $modification_provider | ) |
| AbstractModificationPluginProvider | $modification_provider |
Definition at line 50 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$modification_provider.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::setNotificationProvider | ( | AbstractNotificationPluginProvider | $notification_provider | ) |
| AbstractNotificationPluginProvider | $notification_provider |
Definition at line 138 of file PluginProviderCollection.php.
References ILIAS\GlobalScreen\Provider\PluginProviderCollection\$notification_provider.
| ILIAS\GlobalScreen\Provider\PluginProviderCollection::setToolProvider | ( | AbstractDynamicToolPluginProvider | $dynamic_tool_provider | ) |
| AbstractDynamicToolPluginProvider | $dynamic_tool_provider |
Definition at line 94 of file PluginProviderCollection.php.
|
private |
Definition at line 21 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getMainBarProvider().
|
private |
Definition at line 29 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getMetaBarProvider().
|
private |
Definition at line 17 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getModificationProvider(), and ILIAS\GlobalScreen\Provider\PluginProviderCollection\setModificationProvider().
|
private |
Definition at line 33 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getNotificationProvider(), and ILIAS\GlobalScreen\Provider\PluginProviderCollection\setNotificationProvider().
|
private |
Definition at line 25 of file PluginProviderCollection.php.
Referenced by ILIAS\GlobalScreen\Provider\PluginProviderCollection\getToolProvider().