ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Repository\Service Class Reference
+ Collaboration diagram for ILIAS\Repository\Service:

Public Member Functions

 __construct (Container $DIC)
 
 gui ()
 Internal service, do not use in other components. More...
 

Protected Attributes

Container $DIC
 

Detailed Description

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

Definition at line 28 of file class.Service.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Repository\Service::__construct ( Container  $DIC)

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

33 {
34 $this->DIC = $DIC;
35 }

References ILIAS\Repository\Service\$DIC.

Member Function Documentation

◆ gui()

ILIAS\Repository\Service::gui ( )

Internal service, do not use in other components.

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

45 : ExternalGUIService
46 {
47 return new ExternalGUIService($this->internal()->gui());
48 }
gui()
Internal service, do not use in other components.

References ILIAS\Repository\Service\gui().

Referenced by ILIAS\Repository\Service\gui().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Field Documentation

◆ $DIC

Container ILIAS\Repository\Service::$DIC
protected

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