ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ToolServices.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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  {
48  return $this->tool_factory;
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:30
PhpIncompatibleReturnTypeInspection