ILIAS  trunk Revision v11.0_alpha-1843-g9e1fad99175
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Exercise\GUIService Class Reference
+ Collaboration diagram for ILIAS\Exercise\GUIService:

Public Member Functions

 __construct (InternalDataService $data_service, InternalDomainService $domain_service, InternalGUIService $gui)
 
 ilBlogExerciseGUI (int $a_node_id)
 

Protected Attributes

InternalGUIService $gui
 
InternalDataService $data_service
 
InternalDomainService $domain_service
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

Definition at line 30 of file class.GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Exercise\GUIService::__construct ( InternalDataService  $data_service,
InternalDomainService  $domain_service,
InternalGUIService  $gui 
)

Definition at line 36 of file class.GUIService.php.

References ILIAS\Exercise\GUIService\$data_service, ILIAS\Exercise\GUIService\$domain_service, and ILIAS\Exercise\GUIService\$gui.

40  {
41  $this->data_service = $data_service;
42  $this->domain_service = $domain_service;
43  $this->gui = $gui;
44  }
InternalDataService $data_service
InternalDomainService $domain_service

Member Function Documentation

◆ ilBlogExerciseGUI()

ILIAS\Exercise\GUIService::ilBlogExerciseGUI ( int  $a_node_id)

Definition at line 46 of file class.GUIService.php.

References ILIAS\Exercise\GUIService\$gui.

47  {
48  return new \ilBlogExerciseGUI(
49  $a_node_id,
50  $this->domain_service->exercise($a_node_id),
51  $this->domain_service->lng(),
52  $this->domain_service->user(),
54  );
55  }

Field Documentation

◆ $data_service

InternalDataService ILIAS\Exercise\GUIService::$data_service
protected

Definition at line 33 of file class.GUIService.php.

Referenced by ILIAS\Exercise\GUIService\__construct().

◆ $domain_service

InternalDomainService ILIAS\Exercise\GUIService::$domain_service
protected

Definition at line 34 of file class.GUIService.php.

Referenced by ILIAS\Exercise\GUIService\__construct().

◆ $gui

InternalGUIService ILIAS\Exercise\GUIService::$gui
protected

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