ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
AbstractPluginProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
31{
33
37 public function __construct(Container $dic)
38 {
40 $this->identification_provider = $dic->globalScreen()->identification()->plugin($this->getPluginID(), $this);
41 }
42
46 abstract public function getPluginID(): string;
47
52 {
54 }
55}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:36
$dic
Definition: ltiresult.php:33
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc