ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Blog\Exercise\GUIService Class Reference
+ Collaboration diagram for ILIAS\Blog\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\Blog\Exercise\GUIService::__construct ( InternalDataService  $data_service,
InternalDomainService  $domain_service,
InternalGUIService  $gui 
)

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

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

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

Member Function Documentation

◆ ilBlogExerciseGUI()

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

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

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(),
53 $this->gui
54 );
55 }
@ilCtrl_Calls ilBlogExerciseGUI:

Field Documentation

◆ $data_service

InternalDataService ILIAS\Blog\Exercise\GUIService::$data_service
protected

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

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

◆ $domain_service

InternalDomainService ILIAS\Blog\Exercise\GUIService::$domain_service
protected

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

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

◆ $gui

InternalGUIService ILIAS\Blog\Exercise\GUIService::$gui
protected

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

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


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