ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
AbstractDynamicToolProvider.php
Go to the documentation of this file.
2 
9 
16 {
17 
29  protected $factory;
30 
31 
35  public function __construct(Container $dic)
36  {
37  parent::__construct($dic);
38  $this->context_collection = $this->globalScreen()->tool()->context()->collection();
39  $this->factory = $this->globalScreen()->tool()->factory();
40  $this->identification_provider = $this->globalScreen()->identification()->tool($this);
41  }
42 }
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:17
__construct(Container $dic, ilPlugin $plugin)