|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Exercise\SampleSolution\SampleSolutionRepository:Public Member Functions | |
| __construct (CollectionWrapper $wrapper, \ilDBInterface $db) | |
| getIdStringForAssId (int $ass_id) | |
| hasFile (int $ass_id) | |
| deliverFile (int $ass_id) | |
| importFromLegacyUpload (int $ass_id, array $file_input, ResourceStakeholder $stakeholder) | |
| clone (int $from_ass_id, int $to_ass_id) | |
Protected Attributes | |
| CollectionWrapper | $wrapper |
| CollectionWrapper | $collection |
| ilDBInterface | $db |
Definition at line 27 of file SampleSolutionRepository.php.
| ILIAS\Exercise\SampleSolution\SampleSolutionRepository::__construct | ( | CollectionWrapper | $wrapper, |
| \ilDBInterface | $db | ||
| ) |
Definition at line 33 of file SampleSolutionRepository.php.
References ILIAS\Exercise\SampleSolution\SampleSolutionRepository\$db, and ILIAS\Exercise\SampleSolution\SampleSolutionRepository\$wrapper.
| ILIAS\Exercise\SampleSolution\SampleSolutionRepository::clone | ( | int | $from_ass_id, |
| int | $to_ass_id | ||
| ) |
Definition at line 89 of file SampleSolutionRepository.php.
References ILIAS\Exercise\SampleSolution\SampleSolutionRepository\getIdStringForAssId().
Here is the call graph for this function:| ILIAS\Exercise\SampleSolution\SampleSolutionRepository::deliverFile | ( | int | $ass_id | ) |
Definition at line 59 of file SampleSolutionRepository.php.
References ILIAS\Exercise\SampleSolution\SampleSolutionRepository\getIdStringForAssId().
Here is the call graph for this function:| ILIAS\Exercise\SampleSolution\SampleSolutionRepository::getIdStringForAssId | ( | int | $ass_id | ) |
Definition at line 41 of file SampleSolutionRepository.php.
Referenced by ILIAS\Exercise\SampleSolution\SampleSolutionRepository\clone(), ILIAS\Exercise\SampleSolution\SampleSolutionRepository\deliverFile(), and ILIAS\Exercise\SampleSolution\SampleSolutionRepository\hasFile().
Here is the caller graph for this function:| ILIAS\Exercise\SampleSolution\SampleSolutionRepository::hasFile | ( | int | $ass_id | ) |
Definition at line 53 of file SampleSolutionRepository.php.
References ILIAS\Exercise\SampleSolution\SampleSolutionRepository\getIdStringForAssId().
Here is the call graph for this function:| ILIAS\Exercise\SampleSolution\SampleSolutionRepository::importFromLegacyUpload | ( | int | $ass_id, |
| array | $file_input, | ||
| ResourceStakeholder | $stakeholder | ||
| ) |
Definition at line 65 of file SampleSolutionRepository.php.
|
protected |
Definition at line 30 of file SampleSolutionRepository.php.
|
protected |
Definition at line 31 of file SampleSolutionRepository.php.
Referenced by ILIAS\Exercise\SampleSolution\SampleSolutionRepository\__construct().
|
protected |
Definition at line 29 of file SampleSolutionRepository.php.
Referenced by ILIAS\Exercise\SampleSolution\SampleSolutionRepository\__construct().