ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\SurveyQuestionPool\InternalDomainService Class Reference
+ Collaboration diagram for ILIAS\SurveyQuestionPool\InternalDomainService:

Public Member Functions

 __construct (Container $DIC, InternalRepoService $repo_service, InternalDataService $data_service)
 
 import ()
 
 editing ()
 

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

Constructor & Destructor Documentation

◆ __construct()

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

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

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

42  {
43  $this->repo_service = $repo_service;
44  $this->data_service = $data_service;
45  $this->initDomainServices($DIC);
46  }
initDomainServices(\ILIAS\DI\Container $DIC)
global $DIC
Definition: shib_login.php:22
+ Here is the call graph for this function:

Member Function Documentation

◆ editing()

ILIAS\SurveyQuestionPool\InternalDomainService::editing ( )

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

66  : EditManager
67  {
68  return new EditManager(
69  $this->repo_service->editing()
70  );
71  }

◆ import()

ILIAS\SurveyQuestionPool\InternalDomainService::import ( )

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

59  : ImportManager
60  {
61  return new ImportManager(
62  $this->repo_service->import()
63  );
64  }

Field Documentation

◆ $data_service

InternalDataService ILIAS\SurveyQuestionPool\InternalDomainService::$data_service
protected

◆ $repo_service

InternalRepoService ILIAS\SurveyQuestionPool\InternalDomainService::$repo_service
protected

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