ILIAS
trunk Revision v11.0_alpha-1862-g4e205cb56d4
|
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.
References ILIAS\Exercise\SampleSolution\SampleSolutionRepository\getIdStringForAssId().
ILIAS\Exercise\SampleSolution\SampleSolutionRepository::deliverFile | ( | int | $ass_id | ) |
Definition at line 57 of file SampleSolutionRepository.php.
References ILIAS\Exercise\SampleSolution\SampleSolutionRepository\getIdStringForAssId().
ILIAS\Exercise\SampleSolution\SampleSolutionRepository::getFilename | ( | int | $ass_id | ) |
Definition at line 63 of file SampleSolutionRepository.php.
References ILIAS\Exercise\SampleSolution\SampleSolutionRepository\getIdStringForAssId().
ILIAS\Exercise\SampleSolution\SampleSolutionRepository::getIdStringForAssId | ( | int | $ass_id | ) |
Definition at line 39 of file SampleSolutionRepository.php.
Referenced by ILIAS\Exercise\SampleSolution\SampleSolutionRepository\clone(), ILIAS\Exercise\SampleSolution\SampleSolutionRepository\deliverFile(), ILIAS\Exercise\SampleSolution\SampleSolutionRepository\getFilename(), and ILIAS\Exercise\SampleSolution\SampleSolutionRepository\hasFile().
ILIAS\Exercise\SampleSolution\SampleSolutionRepository::hasFile | ( | int | $ass_id | ) |
Definition at line 51 of file SampleSolutionRepository.php.
References ILIAS\Exercise\SampleSolution\SampleSolutionRepository\getIdStringForAssId().
ILIAS\Exercise\SampleSolution\SampleSolutionRepository::importFromLegacyUpload | ( | int | $ass_id, |
array | $file_input, | ||
ResourceStakeholder | $stakeholder | ||
) |
Definition at line 74 of file SampleSolutionRepository.php.
|
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().