ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
AbstractDynamicToolProvider.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
21 
27 
33 {
38 
43 
47  protected $factory;
48 
52  public function __construct(Container $dic)
53  {
54  parent::__construct($dic);
55  $this->context_collection = $this->globalScreen()->tool()->context()->collection();
56  $this->factory = $this->globalScreen()->tool()->factory();
57  $this->identification_provider = $this->globalScreen()->identification()->tool($this);
58  }
59 }
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:18
__construct(Container $dic, ilPlugin $plugin)