ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
AbstractDynamicToolProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
28
34{
36
38
40
44 public function __construct(Container $dic)
45 {
47 $this->context_collection = $this->globalScreen()->tool()->context()->collection();
48 $this->factory = $this->globalScreen()->tool()->factory();
49 $this->identification_provider = $this->globalScreen()->identification()->tool($this);
50 }
51}
factory()
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:36
Class ToolFactory This factory provides you all available types for MainMenu GlobalScreen Tools.
Definition: ToolFactory.php:31
$dic
Definition: ltiresult.php:33
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc