|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Collaboration diagram for ILIAS\Exercise\InternalRepoService:Public Member Functions | |
| __construct (protected InternalDataService $data, protected \ilDBInterface $db) | |
| settings () | |
| assignment () | |
| peerReview () | |
| submission () | |
| instructionFiles () | |
| sampleSolution () | |
| tutorFeedbackFile () | |
| tutorFeedbackFileTeam () | |
| tutorFeedbackZip () | |
| team () | |
Static Protected Attributes | |
| static array | $instance = [] |
Definition at line 32 of file class.InternalRepoService.php.
| ILIAS\Exercise\InternalRepoService::__construct | ( | protected InternalDataService | $data, |
| protected \ilDBInterface | $db | ||
| ) |
Definition at line 38 of file class.InternalRepoService.php.
| ILIAS\Exercise\InternalRepoService::assignment | ( | ) |
Definition at line 52 of file class.InternalRepoService.php.
Referenced by ILIAS\Exercise\Assignment\AssignmentManager\__construct().
Here is the caller graph for this function:| ILIAS\Exercise\InternalRepoService::instructionFiles | ( | ) |
Definition at line 79 of file class.InternalRepoService.php.
| ILIAS\Exercise\InternalRepoService::peerReview | ( | ) |
Definition at line 60 of file class.InternalRepoService.php.
Referenced by ILIAS\Exercise\PeerReview\Criteria\CriteriaFileManager\__construct().
Here is the caller graph for this function:| ILIAS\Exercise\InternalRepoService::sampleSolution | ( | ) |
Definition at line 87 of file class.InternalRepoService.php.
| ILIAS\Exercise\InternalRepoService::settings | ( | ) |
Definition at line 44 of file class.InternalRepoService.php.
| ILIAS\Exercise\InternalRepoService::submission | ( | ) |
Definition at line 70 of file class.InternalRepoService.php.
Referenced by ILIAS\Exercise\Submission\SubmissionManager\__construct().
Here is the caller graph for this function:| ILIAS\Exercise\InternalRepoService::team | ( | ) |
Definition at line 119 of file class.InternalRepoService.php.
Referenced by ILIAS\Exercise\Team\TeamManager\__construct().
Here is the caller graph for this function:| ILIAS\Exercise\InternalRepoService::tutorFeedbackFile | ( | ) |
Definition at line 95 of file class.InternalRepoService.php.
Referenced by ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackZipManager\__construct(), and ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\__construct().
Here is the caller graph for this function:| ILIAS\Exercise\InternalRepoService::tutorFeedbackFileTeam | ( | ) |
Definition at line 103 of file class.InternalRepoService.php.
Referenced by ILIAS\Exercise\Team\TeamManager\__construct(), and ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackFileManager\__construct().
Here is the caller graph for this function:| ILIAS\Exercise\InternalRepoService::tutorFeedbackZip | ( | ) |
Definition at line 111 of file class.InternalRepoService.php.
Referenced by ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackZipManager\__construct().
Here is the caller graph for this function:
|
staticprotected |
Definition at line 36 of file class.InternalRepoService.php.