ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ILIAS\Survey\Execution\RepoService Class Reference

Execution repos. More...

+ Collaboration diagram for ILIAS\Survey\Execution\RepoService:

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 runSession ()
 
 run ()
 

Protected Attributes

ilDBInterface $db
 
InternalDataService $data
 

Detailed Description

Execution repos.

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

Definition at line 29 of file class.RepoService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Survey\Execution\RepoService::__construct ( InternalDataService  $data,
\ilDBInterface  $db 
)

Definition at line 34 of file class.RepoService.php.

References ILIAS\Survey\Execution\RepoService\$data, and ILIAS\Survey\Execution\RepoService\$db.

37  {
38  $this->db = $db;
39  $this->data = $data;
40  }

Member Function Documentation

◆ run()

ILIAS\Survey\Execution\RepoService::run ( )

Definition at line 47 of file class.RepoService.php.

47  : RunDBRepository
48  {
49  return new RunDBRepository(
50  $this->data,
51  $this->db
52  );
53  }

◆ runSession()

ILIAS\Survey\Execution\RepoService::runSession ( )

Definition at line 42 of file class.RepoService.php.

42  : RunSessionRepo
43  {
44  return new RunSessionRepo();
45  }

Field Documentation

◆ $data

InternalDataService ILIAS\Survey\Execution\RepoService::$data
protected

◆ $db

ilDBInterface ILIAS\Survey\Execution\RepoService::$db
protected

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