ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ToolServices.php
Go to the documentation of this file.
1 <?php
2 
19 declare(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  {
49  return $this->tool_factory;
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:29
PhpIncompatibleReturnTypeInspection
trait SingletonTrait
Class SingletonTrait.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...