ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\Export\InternalDomainService Class Reference

Export internal domain service. More...

+ Collaboration diagram for ILIAS\Export\InternalDomainService:

Public Member Functions

 __construct (InternalRepoService $repo_service, InternalDataService $data_service)
 

Protected Attributes

InternalRepoService $repo_service
 
InternalDataService $data_service
 

Detailed Description

Export internal domain service.

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\Export\InternalDomainService::__construct ( InternalRepoService  $repo_service,
InternalDataService  $data_service 
)

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

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

39  {
40  global $DIC;
41 
42  $this->initDomainServices($DIC);
43  $this->repo_service = $repo_service;
44  $this->data_service = $data_service;
45  }
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\Export\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\Export\InternalDomainService::$repo_service
protected

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