ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\COPage\Service Class Reference
+ Collaboration diagram for ILIAS\COPage\Service:

Public Member Functions

 __construct (Container $DIC)
 

Protected Attributes

InternalService $internal
 
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\COPage\Service::__construct ( Container  $DIC)

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

References ILIAS\COPage\Service\$DIC, and ILIAS\COPage\Service\$internal.

34  {
35  $this->DIC = $DIC;
36  $this->internal = new InternalService($this->DIC);
37  }

Field Documentation

◆ $DIC

Container ILIAS\COPage\Service::$DIC
protected

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

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

◆ $internal

InternalService ILIAS\COPage\Service::$internal
protected

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

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


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