ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
class.RepoService.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\Exercise\PeerReview
;
22
23
use
ILIAS\Repository\IRSS\IRSSWrapper
;
24
use
ILIAS\Exercise\InternalDataService
;
25
use
ILIAS\Exercise\PeerReview\Criteria\CriteriaFileRepository
;
26
27
class
RepoService
28
{
29
public
function
__construct
(
30
protected
IRSSWrapper
$irss_wrapper,
31
protected
InternalDataService
$data
,
32
protected
\
ilDBInterface
$db
33
) {
34
}
35
36
public
function
criteriaFile
():
CriteriaFileRepository
37
{
38
return
new
CriteriaFileRepository
(
39
$this->irss_wrapper,
40
$this->data,
41
$this->db
42
);
43
}
44
}
$data
$data
Definition:
ltiregistration.php:29
ILIAS\Exercise\PeerReview\RepoService
Definition:
class.RepoService.php:27
ILIAS\Exercise\PeerReview\RepoService\__construct
__construct(protected IRSSWrapper $irss_wrapper, protected InternalDataService $data, protected \ilDBInterface $db)
Definition:
class.RepoService.php:29
ILIAS\Exercise\PeerReview\Criteria\CriteriaFileRepository
Definition:
CriteriaFileRepository.php:28
ILIAS\Exercise\PeerReview\RepoService\criteriaFile
criteriaFile()
Definition:
class.RepoService.php:36
ILIAS\Repository\IRSS\IRSSWrapper
Definition:
IRSSWrapper.php:41
IRSSWrapper
ilDBInterface
ILIAS\Exercise\InternalDataService
Internal factory for data objects.
Definition:
class.InternalDataService.php:33
ILIAS\Exercise\PeerReview
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ExcPeerReviewDistribution.php:21
InternalDataService
CriteriaFileRepository
ILIAS\$db
$db
Definition:
class.ilias.php:60
components
ILIAS
Exercise
PeerReview
Service
class.RepoService.php
Generated on Wed Sep 10 2025 15:15:17 for ILIAS by
1.8.13 (using
Doxyfile
)