|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilGSProviderFactory. More...
Inheritance diagram for ilGSProviderFactory:
Collaboration diagram for ilGSProviderFactory:Public Member Functions | |
| __construct (Container $dic) | |
| @inheritDoc More... | |
| getMainBarProvider () | |
| @inheritDoc More... | |
Public Member Functions inherited from ILIAS\GlobalScreen\Provider\ProviderFactory | |
| __construct (array $main_bar_providers, ItemInformation $main_menu_item_information) | |
| ProviderFactory constructor. More... | |
| getMainBarProvider () | |
| @inheritDoc More... | |
| getMainBarItemInformation () | |
| @inheritDoc More... | |
| getProviderByClassName (string $class_name) | |
| @inheritDoc More... | |
| isInstanceCreationPossible (string $class_name) | |
| @inheritDoc More... | |
| isRegistered (string $class_name) | |
| @inheritDoc More... | |
| getMainBarProvider () | |
| getMainBarItemInformation () | |
| getProviderByClassName (string $class_name) | |
| isInstanceCreationPossible (string $class_name) | |
| isRegistered (string $class_name) | |
Private Member Functions | |
| appendPlugins (array &$array_of_core_providers, string $interface) | |
Private Attributes | |
| $dic | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\GlobalScreen\Provider\ProviderFactory | |
| registerInternal (array $providers) | |
Protected Attributes inherited from ILIAS\GlobalScreen\Provider\ProviderFactory | |
| $all_providers | |
Class ilGSProviderFactory.
Definition at line 12 of file class.ilGSProviderFactory.php.
| ilGSProviderFactory::__construct | ( | Container | $dic | ) |
@inheritDoc
Definition at line 24 of file class.ilGSProviderFactory.php.
References $dic.
|
private |
| array | $array_of_core_providers | |
| string | $interface |
Definition at line 57 of file class.ilGSProviderFactory.php.
References PHPMailer\PHPMailer\$provider, and ilPluginAdmin\getAllGlobalScreenProviders().
Referenced by getMainBarProvider().
Here is the call graph for this function:
Here is the caller graph for this function:| ilGSProviderFactory::getMainBarProvider | ( | ) |
@inheritDoc
Reimplemented from ILIAS\GlobalScreen\Provider\ProviderFactory.
Definition at line 38 of file class.ilGSProviderFactory.php.
References appendPlugins(), and ILIAS\GlobalScreen\Provider\ProviderFactory\registerInternal().
Here is the call graph for this function:
|
private |
Definition at line 18 of file class.ilGSProviderFactory.php.
Referenced by __construct().