ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
IdentificationProviderInterface.php
Go to the documentation of this file.
2
9{
10
26 public function identifier(string $identifier_string) : IdentificationInterface;
27
28
34 public function fromSerializedString(string $serialized_string) : IdentificationInterface;
35}
An exception for terminatinating execution or to throw for unit testing.