ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class ilGSProviderFactory. More...
Public Member Functions | |
__construct (Container $dic) | |
getMainBarProvider () | |
getMetaBarProvider () | |
getToolProvider () | |
getModificationProvider () | |
getNotificationsProvider () | |
getMainBarItemInformation () | |
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 | ) |
|
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().
|
private |
array | $array_of_core_providers | |
string | $interface |
Definition at line 192 of file class.ilGSProviderFactory.php.
References ilPluginAdmin\getAllGlobalScreenProviders().
ilGSProviderFactory::getMainBarItemInformation | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 226 of file class.ilGSProviderFactory.php.
References $main_menu_item_information.
ilGSProviderFactory::getMainBarProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 78 of file class.ilGSProviderFactory.php.
References appendCore(), initPlugins(), and registerInternal().
ilGSProviderFactory::getMetaBarProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 101 of file class.ilGSProviderFactory.php.
References appendCore(), initPlugins(), and registerInternal().
ilGSProviderFactory::getModificationProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 147 of file class.ilGSProviderFactory.php.
References appendCore(), and initPlugins().
ilGSProviderFactory::getNotificationsProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 168 of file class.ilGSProviderFactory.php.
References appendCore(), initPlugins(), and registerInternal().
ilGSProviderFactory::getProviderByClassName | ( | string | $class_name | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 234 of file class.ilGSProviderFactory.php.
References isInstanceCreationPossible(), and isRegistered().
ilGSProviderFactory::getToolProvider | ( | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 124 of file class.ilGSProviderFactory.php.
References appendCore(), initPlugins(), and registerInternal().
|
private |
Definition at line 52 of file class.ilGSProviderFactory.php.
Referenced by getMainBarProvider(), getMetaBarProvider(), getModificationProvider(), getNotificationsProvider(), and getToolProvider().
ilGSProviderFactory::isInstanceCreationPossible | ( | string | $class_name | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 246 of file class.ilGSProviderFactory.php.
References Vendor\Package\$e.
Referenced by appendCore(), and getProviderByClassName().
ilGSProviderFactory::isRegistered | ( | string | $class_name | ) |
Implements ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 258 of file class.ilGSProviderFactory.php.
Referenced by getProviderByClassName().
|
protected |
array | $providers |
Definition at line 65 of file class.ilGSProviderFactory.php.
Referenced by getMainBarProvider(), getMetaBarProvider(), getNotificationsProvider(), and getToolProvider().
|
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.