ILIAS  trunk Revision v11.0_alpha-2662-g519ff7d528f
ILIAS\UI\Component\Legacy\Content\GUIService Class Reference
+ Collaboration diagram for ILIAS\UI\Component\Legacy\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 32 of file class.GUIService.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ itemRenderer()

ILIAS\UI\Component\Legacy\Content\GUIService::itemRenderer ( \ilContainerGUI  $container_gui,
string  $view_mode 
)

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

51  : ItemRenderer {
52  return new ItemRenderer(
53  $this->domain_service,
54  $this->gui_service,
55  $view_mode,
56  $container_gui
57  );
58  }

◆ objectiveRenderer()

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

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

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

Field Documentation

◆ $data_service

InternalDataService ILIAS\UI\Component\Legacy\Content\GUIService::$data_service
protected

◆ $domain_service

InternalDomainService ILIAS\UI\Component\Legacy\Content\GUIService::$domain_service
protected

◆ $gui_service

InternalGUIService ILIAS\UI\Component\Legacy\Content\GUIService::$gui_service
protected

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