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;
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.