ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
AbstractPluginProvider.php
Go to the documentation of this file.
2
5
12{
13
18
19
23 public function __construct(Container $dic)
24 {
26 $this->identification_provider = $dic->globalScreen()->identification()->plugin($this->getPluginID(), $this);
27 }
28
29
33 abstract public function getPluginID() : string;
34
35
39 public function id() : PluginIdentificationProvider
40 {
42 }
43}
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:18
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc