ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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

References ILIAS\COPage\Service\$DIC.

Field Documentation

◆ $DIC

Container ILIAS\COPage\Service::$DIC
protected

◆ $internal

InternalService ILIAS\COPage\Service::$internal
protected

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


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