ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\RootFolder\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\RootFolder\InternalDomainService:

Public Member Functions

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

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 26 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 33 of file class.InternalDomainService.php.

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

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

Field Documentation

◆ $data_service

InternalDataService ILIAS\RootFolder\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\RootFolder\InternalDomainService::$repo_service
protected

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