19declare(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;
An exception for terminatinating execution or to throw for unit testing.
Class CoreIdentificationProvider.
identifier(string $identifier_string)
IdentificationInterface use this CoreIdentification to put into your GlobalScreen-elements.
Class CoreIdentification.
Interface IdentificationInterface.
Class IdentificationProviderInterface.