ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Glossary\InternalGUIService Class Reference
+ Collaboration diagram for ILIAS\Glossary\InternalGUIService:

Public Member Functions

 __construct (Container $DIC, InternalDataService $data_service, InternalDomainService $domain_service)
 
 editing ()
 
 presentation ()
 

Protected Attributes

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.InternalGUIService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Glossary\InternalGUIService::__construct ( Container  $DIC,
InternalDataService  $data_service,
InternalDomainService  $domain_service 
)

Definition at line 37 of file class.InternalGUIService.php.

References ILIAS\Glossary\InternalGUIService\$data_service, ILIAS\Glossary\InternalGUIService\$domain_service, and ILIAS\Repository\initGUIServices().

41  {
42  $this->data_service = $data_service;
43  $this->domain_service = $domain_service;
44  $this->initGUIServices($DIC);
45  }
initGUIServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: feed.php:28
+ Here is the call graph for this function:

Member Function Documentation

◆ editing()

ILIAS\Glossary\InternalGUIService::editing ( )

Definition at line 47 of file class.InternalGUIService.php.

47  : Editing\GUIService
48  {
49  return new Editing\GUIService(
50  $this->domain_service,
51  $this
52  );
53  }

◆ presentation()

ILIAS\Glossary\InternalGUIService::presentation ( )

Definition at line 55 of file class.InternalGUIService.php.

55  : Presentation\GUIService
56  {
57  return new Presentation\GUIService(
58  $this->domain_service,
59  $this
60  );
61  }

Field Documentation

◆ $data_service

InternalDataService ILIAS\Glossary\InternalGUIService::$data_service
protected

◆ $domain_service

InternalDomainService ILIAS\Glossary\InternalGUIService::$domain_service
protected

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