3declare(strict_types=1);
59 if ($this->map->isInMap($serialized_string)) {
60 return $this->map->getFromMap($serialized_string);
63 $identification = $this->serializer->unserialize($serialized_string);
64 $this->map->addToMap($identification);
66 return $identification;
Serializer SerializerInterface $serializer
fromSerializedString(string $serialized_string)
__construct(Provider $provider, SerializerInterface $serializer, IdentificationMap $map)
CoreIdentificationProvider constructor.
Interface IdentificationInterface.
Class IdentificationProviderInterface.
Interface SerializerInterface.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...