ILIAS  release_8 Revision v8.24
AbstractPluginProvider.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
21
24
30{
32
36 public function __construct(Container $dic)
37 {
39 $this->identification_provider = $dic->globalScreen()->identification()->plugin($this->getPluginID(), $this);
40 }
41
45 abstract public function getPluginID(): string;
46
51 {
53 }
54}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:32
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc