3 declare(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;
 Class PluginIdentificationProvider. 
 
Serializer SerializerInterface $serializer
 
Interface IdentificationInterface. 
 
Class PluginIdentification. 
 
identifier(string $identifier_string)
this is a identifier which is only known to your component. The GlobalScreen services uses this strin...
 
Interface SerializerInterface. 
 
Class IdentificationProviderInterface. 
 
__construct(Provider $provider, string $plugin_id, SerializerInterface $serializer, IdentificationMap $map)
PluginIdentificationProvider constructor. 
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...