ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\GlobalScreen\Scope\Tool\ToolServices Class Reference

Class ToolServices. More...

+ Collaboration diagram for ILIAS\GlobalScreen\Scope\Tool\ToolServices:

Public Member Functions

 __construct ()
 
 factory ()
 
 context ()
 

Private Attributes

ToolFactory $tool_factory
 
ContextServices $context_services
 

Detailed Description

Class ToolServices.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 31 of file ToolServices.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\GlobalScreen\Scope\Tool\ToolServices::__construct ( )

Definition at line 36 of file ToolServices.php.

37 {
38 $this->tool_factory = new ToolFactory();
39 $this->context_services = new ContextServices();
40 }
Class ToolFactory This factory provides you all available types for MainMenu GlobalScreen Tools.
Definition: ToolFactory.php:31

Member Function Documentation

◆ context()

ILIAS\GlobalScreen\Scope\Tool\ToolServices::context ( )
Returns
ContextServices

Definition at line 54 of file ToolServices.php.

References ILIAS\GlobalScreen\Scope\Tool\ToolServices\$context_services.

◆ factory()

ILIAS\GlobalScreen\Scope\Tool\ToolServices::factory ( )
Returns
ToolFactory

Definition at line 46 of file ToolServices.php.

References ILIAS\GlobalScreen\Scope\Tool\ToolServices\$tool_factory.

Field Documentation

◆ $context_services

ContextServices ILIAS\GlobalScreen\Scope\Tool\ToolServices::$context_services
private

Definition at line 34 of file ToolServices.php.

Referenced by ILIAS\GlobalScreen\Scope\Tool\ToolServices\context().

◆ $tool_factory

ToolFactory ILIAS\GlobalScreen\Scope\Tool\ToolServices::$tool_factory
private

Definition at line 33 of file ToolServices.php.

Referenced by ILIAS\GlobalScreen\Scope\Tool\ToolServices\factory().


The documentation for this class was generated from the following file: