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

36 {
37 $this->data_service = $data_service;
39 }
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26

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

+ 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: