19 declare(strict_types=1);
64 $this->class_name = get_class($provider);
74 if ($this->map->isInMap($serialized_string)) {
75 return $this->map->getFromMap($serialized_string);
78 $identification = $this->serializer->unserialize($serialized_string);
79 $this->map->addToMap($identification);
81 return $identification;
fromSerializedString(string $serialized_string)
Interface IdentificationInterface.
__construct(Provider $provider, SerializerInterface $serializer, IdentificationMap $map)
CoreIdentificationProvider constructor.
Interface SerializerInterface.
Class IdentificationProviderInterface.