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

Public Member Functions

 __construct (Container $DIC)
 
function 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.

References ILIAS\Repository\Service\$DIC.

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

Member Function Documentation

◆ gui()

function 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  }
function gui()
Internal service, do not use in other components.

Field Documentation

◆ $DIC

Container ILIAS\Repository\Service::$DIC
protected

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

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


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