ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\Survey\Participants\RepoService Class Reference

Participation repos. More...

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

Public Member Functions

 __construct (InternalDataService $data, \ilDBInterface $db)
 
 invitations ()
 

Protected Attributes

ilDBInterface $db
 
InternalDataService $data
 

Detailed Description

Participation 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\Participants\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

◆ invitations()

ILIAS\Survey\Participants\RepoService::invitations ( )

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

42 : InvitationsDBRepository
43 {
44 return new InvitationsDBRepository(
45 $this->data,
46 $this->db
47 );
48 }

Field Documentation

◆ $data

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

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

◆ $db

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

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


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