ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
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  }

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.

54  : ContextServices
55  {
57  }

◆ 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.

46  : ToolFactory
47  {
48  return $this->tool_factory;
49  }

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: