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

Public Member Functions

 __construct (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 30 of file class.InternalDomainService.php.

Constructor & Destructor Documentation

◆ __construct()

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

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

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

41  {
42  $this->repo_service = $repo_service;
43  $this->data_service = $data_service;
44  $this->initDomainServices($DIC);
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\Portfolio\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\Portfolio\InternalDomainService::$repo_service
protected

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