ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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.

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

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

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: