|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Class ilGSProviderFactory. More...
Inheritance diagram for ilGSProviderFactory:
Collaboration diagram for ilGSProviderFactory:Public Member Functions | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getMainBarProvider () | |
| @inheritDoc More... | |
| getMetaBarProvider () | |
| @inheritDoc More... | |
| getToolProvider () | |
| @inheritDoc More... | |
| getModificationProvider () | |
| @inheritDoc More... | |
| getNotificationsProvider () | |
| @inheritDoc More... | |
| getMainBarItemInformation () | |
| @inheritDoc More... | |
| getProviderByClassName (string $class_name) | |
| @inheritDoc More... | |
| isInstanceCreationPossible (string $class_name) | |
| @inheritDoc More... | |
| isRegistered (string $class_name) | |
| @inheritDoc More... | |
| getModificationProvider () | |
| getMainBarProvider () | |
| getMainBarItemInformation () | |
| getToolProvider () | |
| getMetaBarProvider () | |
| getNotificationsProvider () | |
| getProviderByClassName (string $class_name) | |
| isInstanceCreationPossible (string $class_name) | |
| isRegistered (string $class_name) | |
Protected Member Functions | |
| registerInternal (array $providers) | |
Protected Attributes | |
| $all_providers | |
Private Member Functions | |
| initPlugins () | |
| appendPlugins (array &$array_of_core_providers, string $interface) | |
| appendCore (array &$array_of_providers, string $interface) | |
Private Attributes | |
| $plugin_provider_collections = null | |
| $class_loader | |
| $dic | |
| $main_menu_item_information = null | |
Class ilGSProviderFactory.
Definition at line 18 of file class.ilGSProviderFactory.php.
| ilGSProviderFactory::__construct | ( | Container | $dic | ) |
@inheritDoc
Definition at line 45 of file class.ilGSProviderFactory.php.
References $dic.
|
private |
| array | $array_of_providers | |
| string | $interface |
Definition at line 210 of file class.ilGSProviderFactory.php.
References Vendor\Package\$e, $i, and isInstanceCreationPossible().
Referenced by getMainBarProvider(), getMetaBarProvider(), getModificationProvider(), getNotificationsProvider(), and getToolProvider().
Here is the call graph for this function:
Here is the caller graph for this function:
|
private |
| array | $array_of_core_providers | |
| string | $interface |
Definition at line 192 of file class.ilGSProviderFactory.php.
References ilPluginAdmin\getAllGlobalScreenProviders().
Here is the call graph for this function:| ilGSProviderFactory::getMainBarItemInformation | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 226 of file class.ilGSProviderFactory.php.
References $main_menu_item_information.
| ilGSProviderFactory::getMainBarProvider | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 78 of file class.ilGSProviderFactory.php.
References appendCore(), initPlugins(), and registerInternal().
Here is the call graph for this function:| ilGSProviderFactory::getMetaBarProvider | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 101 of file class.ilGSProviderFactory.php.
References appendCore(), initPlugins(), and registerInternal().
Here is the call graph for this function:| ilGSProviderFactory::getModificationProvider | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 147 of file class.ilGSProviderFactory.php.
References appendCore(), and initPlugins().
Here is the call graph for this function:| ilGSProviderFactory::getNotificationsProvider | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 168 of file class.ilGSProviderFactory.php.
References appendCore(), initPlugins(), and registerInternal().
Here is the call graph for this function:| ilGSProviderFactory::getProviderByClassName | ( | string | $class_name | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 234 of file class.ilGSProviderFactory.php.
References isInstanceCreationPossible(), and isRegistered().
Here is the call graph for this function:| ilGSProviderFactory::getToolProvider | ( | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 124 of file class.ilGSProviderFactory.php.
References appendCore(), initPlugins(), and registerInternal().
Here is the call graph for this function:
|
private |
Definition at line 52 of file class.ilGSProviderFactory.php.
Referenced by getMainBarProvider(), getMetaBarProvider(), getModificationProvider(), getNotificationsProvider(), and getToolProvider().
Here is the caller graph for this function:| ilGSProviderFactory::isInstanceCreationPossible | ( | string | $class_name | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 246 of file class.ilGSProviderFactory.php.
References Vendor\Package\$e.
Referenced by appendCore(), and getProviderByClassName().
Here is the caller graph for this function:| ilGSProviderFactory::isRegistered | ( | string | $class_name | ) |
@inheritDoc
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 258 of file class.ilGSProviderFactory.php.
Referenced by getProviderByClassName().
Here is the caller graph for this function:
|
protected |
| array | $providers |
Definition at line 65 of file class.ilGSProviderFactory.php.
Referenced by getMainBarProvider(), getMetaBarProvider(), getNotificationsProvider(), and getToolProvider().
Here is the caller graph for this function:
|
protected |
Definition at line 40 of file class.ilGSProviderFactory.php.
|
private |
Definition at line 28 of file class.ilGSProviderFactory.php.
|
private |
Definition at line 32 of file class.ilGSProviderFactory.php.
Referenced by __construct().
|
private |
Definition at line 36 of file class.ilGSProviderFactory.php.
Referenced by getMainBarItemInformation().
|
private |
Definition at line 24 of file class.ilGSProviderFactory.php.