3declare(strict_types=1);
57 if (isset(self::$instances[$identifier_string])) {
58 return self::$instances[$identifier_string];
66 $this->provider->getProviderNameForPresentation()
68 $this->map->addToMap($identification);
70 return self::$instances[$identifier_string] = $identification;
Serializer SerializerInterface $serializer
Class PluginIdentificationProvider.
identifier(string $identifier_string)
IdentificationInterface use this CoreIdentification to put into your GlobalScreen-elements.
__construct(Provider $provider, string $plugin_id, SerializerInterface $serializer, IdentificationMap $map)
PluginIdentificationProvider constructor.
Class PluginIdentification.
Interface IdentificationInterface.
Class IdentificationProviderInterface.
Interface SerializerInterface.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc