48 $this->class_name = get_class($provider);
61 if ($this->map->isInMap($serialized_string)) {
62 return $this->map->getFromMap($serialized_string);
64 $identification = $this->serializer->unserialize($serialized_string);
65 $this->map->addToMap($identification);
67 return $identification;
fromSerializedString(string $serialized_string)
Interface IdentificationInterface.
__construct(Provider $provider, SerializerInterface $serializer, IdentificationMap $map)
CoreIdentificationProvider constructor.
Interface SerializerInterface.
Class IdentificationProviderInterface.