ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Interface ProviderFactoryInterface. More...
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\ProviderFactory, and ILIAS\GlobalScreen\Provider\NullProviderFactory.
ILIAS\GlobalScreen\Provider\ProviderFactoryInterface::getMainBarProvider | ( | ) |
Implemented in ILIAS\GlobalScreen\Provider\ProviderFactory, ilGSProviderFactory, and ILIAS\GlobalScreen\Provider\NullProviderFactory.
ILIAS\GlobalScreen\Provider\ProviderFactoryInterface::getProviderByClassName | ( | string | $class_name | ) |
string | $class_name |
Implemented in ILIAS\GlobalScreen\Provider\ProviderFactory, and ILIAS\GlobalScreen\Provider\NullProviderFactory.
Referenced by ILIAS\GlobalScreen\Identification\Serializer\CoreSerializer\unserialize(), and ILIAS\GlobalScreen\Identification\Serializer\PluginSerializer\unserialize().
ILIAS\GlobalScreen\Provider\ProviderFactoryInterface::isInstanceCreationPossible | ( | string | $class_name | ) |
string | $class_name |
Implemented in ILIAS\GlobalScreen\Provider\ProviderFactory, and ILIAS\GlobalScreen\Provider\NullProviderFactory.
Referenced by ILIAS\GlobalScreen\Identification\Serializer\CoreSerializer\unserialize(), and ILIAS\GlobalScreen\Identification\Serializer\PluginSerializer\unserialize().
ILIAS\GlobalScreen\Provider\ProviderFactoryInterface::isRegistered | ( | string | $class_name | ) |
string | $class_name |
Implemented in ILIAS\GlobalScreen\Provider\ProviderFactory, and ILIAS\GlobalScreen\Provider\NullProviderFactory.
Referenced by ILIAS\GlobalScreen\Identification\Serializer\CoreSerializer\unserialize(), and ILIAS\GlobalScreen\Identification\Serializer\PluginSerializer\unserialize().