ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
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 {
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}
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