19declare(strict_types=1);
35 if (isset(self::$instances[$identifier_string])) {
36 return self::$instances[$identifier_string];
43 $this->provider->getProviderNameForPresentation()
45 $this->map->addToMap($core_identification);
47 return self::$instances[$identifier_string] = $core_identification;
Class CoreIdentificationProvider.
identifier(string $identifier_string)
IdentificationInterface use this CoreIdentification to put into your GlobalScreen-elements.
Class CoreIdentification.
Interface IdentificationInterface.
Class IdentificationProviderInterface.