ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
Provider.php
Go to the documentation of this file.
2
8interface Provider
9{
10
14 public function getFullyQualifiedClassName() : string;
15
16
20 public function getProviderNameForPresentation() : string;
21}
An exception for terminatinating execution or to throw for unit testing.