ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Export\InternalGUIService Class Reference

Export internal ui service. More...

+ Collaboration diagram for ILIAS\Export\InternalGUIService:

Public Member Functions

 __construct (InternalDomainService $domain_service)
 

Protected Attributes

InternalDomainService $domain_service
 

Detailed Description

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

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

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:26

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

+ Here is the call graph for this function:

Field Documentation

◆ $domain_service

InternalDomainService ILIAS\Export\InternalGUIService::$domain_service
protected

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