3 declare(strict_types=1);
34 if (isset(self::$instances[$identifier_string])) {
35 return self::$instances[$identifier_string];
42 $this->provider->getProviderNameForPresentation()
44 $this->map->addToMap($core_identification);
46 return self::$instances[$identifier_string] = $core_identification;
Interface IdentificationInterface.
identifier(string $identifier_string)
this is a identifier which is only known to your component. The GlobalScreen services uses this strin...
Class CoreIdentification.
Class CoreIdentificationProvider.
Class IdentificationProviderInterface.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...