3 declare(strict_types=1);
49 $this->class_name = get_class($provider);
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)
Interface IdentificationInterface.
__construct(Provider $provider, SerializerInterface $serializer, IdentificationMap $map)
CoreIdentificationProvider constructor.
Interface SerializerInterface.
Class IdentificationProviderInterface.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...