ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\PersonalWorkspace\InternalGUIService Class Reference

PersonalWorkspace internal ui service. More...

+ Collaboration diagram for ILIAS\PersonalWorkspace\InternalGUIService:

Public Member Functions

 __construct (InternalDomainService $domain_service)
 

Protected Attributes

InternalDomainService $domain_service
 

Detailed Description

PersonalWorkspace internal ui service.

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\PersonalWorkspace\InternalGUIService::__construct ( InternalDomainService  $domain_service)

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

References $DIC, ILIAS\PersonalWorkspace\InternalGUIService\$domain_service, and ILIAS\Repository\initGUIServices().

38  {
39  global $DIC;
40 
41  $this->initGUIServices($DIC);
42  $this->domain_service = $domain_service;
43  }
initGUIServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:22
+ Here is the call graph for this function:

Field Documentation

◆ $domain_service

InternalDomainService ILIAS\PersonalWorkspace\InternalGUIService::$domain_service
protected

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