|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Internal repo factory. More...
Collaboration diagram for ILIAS\Exercise\InternalRepoService:Public Member Functions | |
| __construct (InternalDataService $data, \ilDBInterface $db) | |
| assignment () | |
| submission () | |
| instructionFiles () | |
| sampleSolution () | |
| tutorFeedbackFile () | |
| tutorFeedbackFileTeam () | |
| tutorFeedbackZip () | |
| team () | |
Protected Attributes | |
| CollectionWrapper | $collection_wrapper |
| InternalDataService | $data |
| ilDBInterface | $db |
| Submission SubmissionDBRepository | $submission_repo |
Internal repo factory.
Definition at line 36 of file class.InternalRepoService.php.
| ILIAS\Exercise\InternalRepoService::__construct | ( | InternalDataService | $data, |
| \ilDBInterface | $db | ||
| ) |
Definition at line 43 of file class.InternalRepoService.php.
References ILIAS\Exercise\InternalRepoService\$data, and ILIAS\Exercise\InternalRepoService\$db.
| ILIAS\Exercise\InternalRepoService::assignment | ( | ) |
Definition at line 51 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 64 of file class.InternalRepoService.php.
| ILIAS\Exercise\InternalRepoService::sampleSolution | ( | ) |
Definition at line 72 of file class.InternalRepoService.php.
| ILIAS\Exercise\InternalRepoService::submission | ( | ) |
Definition at line 59 of file class.InternalRepoService.php.
References ILIAS\Exercise\InternalRepoService\$submission_repo.
| ILIAS\Exercise\InternalRepoService::team | ( | ) |
Definition at line 104 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 80 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 88 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 96 of file class.InternalRepoService.php.
Referenced by ILIAS\Exercise\TutorFeedbackFile\TutorFeedbackZipManager\__construct().
Here is the caller graph for this function:
|
protected |
Definition at line 38 of file class.InternalRepoService.php.
|
protected |
Definition at line 39 of file class.InternalRepoService.php.
Referenced by ILIAS\Exercise\InternalRepoService\__construct().
|
protected |
Definition at line 40 of file class.InternalRepoService.php.
Referenced by ILIAS\Exercise\InternalRepoService\__construct().
|
protected |
Definition at line 41 of file class.InternalRepoService.php.
Referenced by ILIAS\Exercise\InternalRepoService\submission().