ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ProviderFactoryInterface.php
Go to the documentation of this file.
2
5
12{
13
17 public function getMainBarProvider() : array;
18
19
24
25
31 public function getProviderByClassName(string $class_name) : Provider;
32
33
39 public function isInstanceCreationPossible(string $class_name) : bool;
40
41
47 public function isRegistered(string $class_name) : bool;
48}
An exception for terminatinating execution or to throw for unit testing.