ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Exercise\PeerReview\RepoService Class Reference
+ Collaboration diagram for ILIAS\Exercise\PeerReview\RepoService:

Public Member Functions

 __construct (protected IRSSWrapper $irss_wrapper, protected InternalDataService $data, protected \ilDBInterface $db)
 
 criteriaFile ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Exercise\PeerReview\RepoService::__construct ( protected IRSSWrapper  $irss_wrapper,
protected InternalDataService  $data,
protected \ilDBInterface  $db 
)

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

33  {
34  }

Member Function Documentation

◆ criteriaFile()

ILIAS\Exercise\PeerReview\RepoService::criteriaFile ( )

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

36  : CriteriaFileRepository
37  {
38  return new CriteriaFileRepository(
39  $this->irss_wrapper,
40  $this->data,
41  $this->db
42  );
43  }

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