ILIAS  release_8 Revision v8.24
AbstractDynamicToolProvider.php
Go to the documentation of this file.
1<?php
2
3declare(strict_types=1);
21
27
33{
35
37
39
43 public function __construct(Container $dic)
44 {
46 $this->context_collection = $this->globalScreen()->tool()->context()->collection();
47 $this->factory = $this->globalScreen()->tool()->factory();
48 $this->identification_provider = $this->globalScreen()->identification()->tool($this);
49 }
50}
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:32
Class ToolFactory This factory provides you all available types for MainMenu GlobalScreen Tools.
Definition: ToolFactory.php:30
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...