ILIAS  release_8 Revision v8.24
ToolServices.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
23
27
33{
36
37 public function __construct()
38 {
39 $this->tool_factory = new ToolFactory();
40 $this->context_services = new ContextServices();
41 }
42
43
47 public function factory(): ToolFactory
48 {
50 }
51
55 public function context(): ContextServices
56 {
58 }
59}
Class ToolFactory This factory provides you all available types for MainMenu GlobalScreen Tools.
Definition: ToolFactory.php:30
@noinspection PhpIncompatibleReturnTypeInspection
trait SingletonTrait
Class SingletonTrait.