ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\RootFolder\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\RootFolder\InternalDomainService:

Public Member Functions

 __construct (DI\Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
 

Data Fields

trait GlobalDICDomainServices
 

Protected Attributes

InternalRepoService $repo_service
 
InternalDataService $data_service
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\RootFolder\InternalDomainService::__construct ( DI\Container  $DIC,
InternalRepoService  $repo_service,
InternalDataService  $data_service 
)

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

40 {
41 $this->repo_service = $repo_service;
42 $this->data_service = $data_service;
44 }
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:26

References ILIAS\Repository\initDomainServices().

+ Here is the call graph for this function:

Field Documentation

◆ $data_service

InternalDataService ILIAS\RootFolder\InternalDomainService::$data_service
protected

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

◆ $repo_service

InternalRepoService ILIAS\RootFolder\InternalDomainService::$repo_service
protected

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

◆ GlobalDICDomainServices

trait ILIAS\Repository::GlobalDICDomainServices

Definition at line 37 of file trait.GlobalDICDomainServices.php.


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