ILIAS  release_7 Revision v7.30-3-g800a261c036
AbstractDynamicToolProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
21
27
33{
38
43
47 protected $factory;
48
52 public function __construct(Container $dic)
53 {
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}
An exception for terminatinating execution or to throw for unit testing.
Customizing of pimple-DIC for ILIAS.
Definition: Container.php:19
Class ToolFactory This factory provides you all available types for MainMenu GlobalScreen Tools.
Definition: ToolFactory.php:30
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc