|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Exercise\SampleSolution\SampleSolutionRepository:Public Member Functions | |
| __construct (IRSSWrapper $wrapper, \ilDBInterface $db) | |
| getIdStringForAssId (int $ass_id) | |
| hasFile (int $ass_id) | |
| deliverFile (int $ass_id) | |
| getFilename (int $ass_id) | |
| importFromLegacyUpload (int $ass_id, array $file_input, ResourceStakeholder $stakeholder) | |
| clone (int $from_ass_id, int $to_ass_id) | |
Protected Attributes | |
| IRSSWrapper | $wrapper |
| ilDBInterface | $db |
Definition at line 26 of file SampleSolutionRepository.php.
| ILIAS\Exercise\SampleSolution\SampleSolutionRepository::__construct | ( | IRSSWrapper | $wrapper, |
| \ilDBInterface | $db | ||
| ) |
Definition at line 31 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 98 of file SampleSolutionRepository.php.
| ILIAS\Exercise\SampleSolution\SampleSolutionRepository::deliverFile | ( | int | $ass_id | ) |
Definition at line 57 of file SampleSolutionRepository.php.
References ILIAS\Exercise\SampleSolution\SampleSolutionRepository\getIdStringForAssId().
Here is the call graph for this function:| ILIAS\Exercise\SampleSolution\SampleSolutionRepository::getFilename | ( | int | $ass_id | ) |
Definition at line 63 of file SampleSolutionRepository.php.
References $info, and ILIAS\Exercise\SampleSolution\SampleSolutionRepository\getIdStringForAssId().
Here is the call graph for this function:| ILIAS\Exercise\SampleSolution\SampleSolutionRepository::getIdStringForAssId | ( | int | $ass_id | ) |
Definition at line 39 of file SampleSolutionRepository.php.
References $ass_id.
Referenced by ILIAS\Exercise\SampleSolution\SampleSolutionRepository\deliverFile(), ILIAS\Exercise\SampleSolution\SampleSolutionRepository\getFilename(), 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 51 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 74 of file SampleSolutionRepository.php.
References $ass_id.
|
protected |
Definition at line 29 of file SampleSolutionRepository.php.
Referenced by ILIAS\Exercise\SampleSolution\SampleSolutionRepository\__construct().
|
protected |
Definition at line 28 of file SampleSolutionRepository.php.
Referenced by ILIAS\Exercise\SampleSolution\SampleSolutionRepository\__construct().