ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\SurveyQuestionPool\InternalRepoService Class Reference

Repository internal repo service. More...

+ Collaboration diagram for ILIAS\SurveyQuestionPool\InternalRepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 import ()
 
 editing ()
 

Protected Attributes

InternalDataService $data
 
ilDBInterface $db
 

Detailed Description

Repository internal repo service.

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

Definition at line 30 of file class.InternalRepoService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\SurveyQuestionPool\InternalRepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

Member Function Documentation

◆ editing()

ILIAS\SurveyQuestionPool\InternalRepoService::editing ( )

Definition at line 55 of file class.InternalRepoService.php.

55  : EditSessionRepository
56  {
57  return new EditSessionRepository();
58  }

◆ import()

ILIAS\SurveyQuestionPool\InternalRepoService::import ( )

Definition at line 50 of file class.InternalRepoService.php.

50  : ImportSessionRepository
51  {
52  return new ImportSessionRepository();
53  }

Field Documentation

◆ $data

InternalDataService ILIAS\SurveyQuestionPool\InternalRepoService::$data
protected

◆ $db

ilDBInterface ILIAS\SurveyQuestionPool\InternalRepoService::$db
protected

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