17 if (isset(self::$instances[$identifier_string])) {
18 return self::$instances[$identifier_string];
21 $core_identification =
new CoreIdentification($identifier_string, $this->class_name, $this->serializer, $this->provider->getProviderNameForPresentation());
22 $this->map->addToMap($core_identification);
24 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.