ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ILIAS\Style\Content\GUIService Class Reference
+ Collaboration diagram for ILIAS\Style\Content\GUIService:

Public Member Functions

 __construct (InternalDataService $data_service, InternalDomainService $domain_service, InternalGUIService $gui_service)
 
 itemRenderer (\ilContainerGUI $container_gui, string $view_mode)
 
 objectiveRenderer (\ilContainerGUI $container_gui, string $view_mode, \ilContainerRenderer $container_render)
 

Protected Attributes

InternalDataService $data_service
 
InternalDomainService $domain_service
 
InternalGUIService $gui_service
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Style\Content\GUIService::__construct ( InternalDataService  $data_service,
InternalDomainService  $domain_service,
InternalGUIService  $gui_service 
)

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

References ILIAS\Style\Content\GUIService\$data_service, ILIAS\Style\Content\GUIService\$domain_service, and ILIAS\Style\Content\GUIService\$gui_service.

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

Member Function Documentation

◆ itemRenderer()

ILIAS\Style\Content\GUIService::itemRenderer ( \ilContainerGUI  $container_gui,
string  $view_mode 
)

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

48  : ItemRenderer {
49  return new ItemRenderer(
50  $this->domain_service,
51  $this->gui_service,
52  $view_mode,
53  $container_gui
54  );
55  }

◆ objectiveRenderer()

ILIAS\Style\Content\GUIService::objectiveRenderer ( \ilContainerGUI  $container_gui,
string  $view_mode,
\ilContainerRenderer  $container_render 
)

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

61  : ObjectiveRenderer {
62  return new ObjectiveRenderer(
63  $this->domain_service,
64  $this->gui_service,
65  $view_mode,
66  $container_gui,
67  $container_render
68  );
69  }

Field Documentation

◆ $data_service

InternalDataService ILIAS\Style\Content\GUIService::$data_service
protected

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

Referenced by ILIAS\Style\Content\GUIService\__construct().

◆ $domain_service

InternalDomainService ILIAS\Style\Content\GUIService::$domain_service
protected

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

Referenced by ILIAS\Style\Content\GUIService\__construct().

◆ $gui_service

InternalGUIService ILIAS\Style\Content\GUIService::$gui_service
protected

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

Referenced by ILIAS\Style\Content\GUIService\__construct().


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