3declare(strict_types=1);
 
   55    public function canHandle(
string $serialized_identification): bool;
 
Interface IdentificationInterface.
 
Interface SerializerInterface.
 
unserialize(string $serialized_string, IdentificationMap $map, ProviderFactory $provider_factory)
 
serialize(IdentificationInterface $identification)
The string MUST be shorter than 64 characters.
 
canHandle(string $serialized_identification)
 
Interface ProviderFactory.
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...