ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ToolServices.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
23
26
32{
35
36 public function __construct()
37 {
38 $this->tool_factory = new ToolFactory();
39 $this->context_services = new ContextServices();
40 }
41
42
46 public function factory(): ToolFactory
47 {
49 }
50
54 public function context(): ContextServices
55 {
57 }
58}
Class ToolFactory This factory provides you all available types for MainMenu GlobalScreen Tools.
Definition: ToolFactory.php:31
@noinspection PhpIncompatibleReturnTypeInspection