|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface ProviderFactoryInterface. More...
Inheritance diagram for ILIAS\GlobalScreen\Provider\ProviderFactoryInterface:
Collaboration diagram for ILIAS\GlobalScreen\Provider\ProviderFactoryInterface:Public Member Functions | |
| getMainBarProvider () | |
| getMainBarItemInformation () | |
| getProviderByClassName (string $class_name) | |
| isInstanceCreationPossible (string $class_name) | |
| isRegistered (string $class_name) | |
Interface ProviderFactoryInterface.
Definition at line 11 of file ProviderFactoryInterface.php.
| ILIAS\GlobalScreen\Provider\ProviderFactoryInterface::getMainBarItemInformation | ( | ) |
Implemented in ILIAS\GlobalScreen\Provider\NullProviderFactory, and ILIAS\GlobalScreen\Provider\ProviderFactory.
| ILIAS\GlobalScreen\Provider\ProviderFactoryInterface::getMainBarProvider | ( | ) |
Implemented in ilGSProviderFactory, ILIAS\GlobalScreen\Provider\NullProviderFactory, and ILIAS\GlobalScreen\Provider\ProviderFactory.
| ILIAS\GlobalScreen\Provider\ProviderFactoryInterface::getProviderByClassName | ( | string | $class_name | ) |
| string | $class_name |
Implemented in ILIAS\GlobalScreen\Provider\NullProviderFactory, and ILIAS\GlobalScreen\Provider\ProviderFactory.
Referenced by ILIAS\GlobalScreen\Identification\Serializer\CoreSerializer\unserialize(), and ILIAS\GlobalScreen\Identification\Serializer\PluginSerializer\unserialize().
Here is the caller graph for this function:| ILIAS\GlobalScreen\Provider\ProviderFactoryInterface::isInstanceCreationPossible | ( | string | $class_name | ) |
| string | $class_name |
Implemented in ILIAS\GlobalScreen\Provider\NullProviderFactory, and ILIAS\GlobalScreen\Provider\ProviderFactory.
Referenced by ILIAS\GlobalScreen\Identification\Serializer\CoreSerializer\unserialize(), and ILIAS\GlobalScreen\Identification\Serializer\PluginSerializer\unserialize().
Here is the caller graph for this function:| ILIAS\GlobalScreen\Provider\ProviderFactoryInterface::isRegistered | ( | string | $class_name | ) |
| string | $class_name |
Implemented in ILIAS\GlobalScreen\Provider\NullProviderFactory, and ILIAS\GlobalScreen\Provider\ProviderFactory.
Referenced by ILIAS\GlobalScreen\Identification\Serializer\CoreSerializer\unserialize(), and ILIAS\GlobalScreen\Identification\Serializer\PluginSerializer\unserialize().
Here is the caller graph for this function: