ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
IdentificationInterface.php
Go to the documentation of this file.
2
8interface IdentificationInterface extends \Serializable
9{
10
14 public function getClassName() : string;
15
16
20 public function getInternalIdentifier() : string;
21
22
26 public function getProviderNameForPresentation() : string;
27}
An exception for terminatinating execution or to throw for unit testing.