ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\InfoScreen\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\InfoScreen\InternalDomainService:

Public Member Functions

 __construct (Container $DIC, InternalDataService $data_service)
 

Protected Attributes

InternalDataService $data_service
 
array $instances = []
 

Detailed Description

Definition at line 26 of file class.InternalDomainService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\InfoScreen\InternalDomainService::__construct ( Container  $DIC,
InternalDataService  $data_service 
)

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

References ILIAS\InfoScreen\InternalDomainService\$data_service, and ILIAS\Repository\initDomainServices().

36  {
37  $this->data_service = $data_service;
38  $this->initDomainServices($DIC);
39  }
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26
+ Here is the call graph for this function:

Field Documentation

◆ $data_service

InternalDataService ILIAS\InfoScreen\InternalDomainService::$data_service
protected

◆ $instances

array ILIAS\InfoScreen\InternalDomainService::$instances = []
protected

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


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