|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Exercise\InstructionFile\InstructionFileRepository:Public Member Functions | |
| __construct (IRSSWrapper $wrapper, \ilDBInterface $db) | |
| createCollection (int $ass_id) | |
| getIdStringForAssId (int $ass_id) | |
| hasCollection (int $ass_id) | |
| getCollection (int $ass_id) | |
| importFromLegacyUpload (int $ass_id, array $file_input, ResourceStakeholder $stakeholder) | |
| importFromDirectory (int $ass_id, string $dir, ResourceStakeholder $stakeholder) | |
| getCollectionResourcesInfo (int $ass_id) | |
| deleteCollection (int $ass_id, ResourceStakeholder $stakeholder) | |
| clone (int $from_ass_id, int $to_ass_id) | |
Protected Attributes | |
| IRSSWrapper | $wrapper |
| ilDBInterface | $db |
Definition at line 29 of file InstructionFileRepository.php.
| ILIAS\Exercise\InstructionFile\InstructionFileRepository::__construct | ( | IRSSWrapper | $wrapper, |
| \ilDBInterface | $db | ||
| ) |
Definition at line 34 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\$db, and ILIAS\Exercise\InstructionFile\InstructionFileRepository\$wrapper.
| ILIAS\Exercise\InstructionFile\InstructionFileRepository::clone | ( | int | $from_ass_id, |
| int | $to_ass_id | ||
| ) |
Definition at line 158 of file InstructionFileRepository.php.
| ILIAS\Exercise\InstructionFile\InstructionFileRepository::createCollection | ( | int | $ass_id | ) |
Definition at line 42 of file InstructionFileRepository.php.
References $ass_id.
| ILIAS\Exercise\InstructionFile\InstructionFileRepository::deleteCollection | ( | int | $ass_id, |
| ResourceStakeholder | $stakeholder | ||
| ) |
Definition at line 144 of file InstructionFileRepository.php.
| ILIAS\Exercise\InstructionFile\InstructionFileRepository::getCollection | ( | int | $ass_id | ) |
Definition at line 74 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getIdStringForAssId().
Here is the call graph for this function:| ILIAS\Exercise\InstructionFile\InstructionFileRepository::getCollectionResourcesInfo | ( | int | $ass_id | ) |
Definition at line 137 of file InstructionFileRepository.php.
| ILIAS\Exercise\InstructionFile\InstructionFileRepository::getIdStringForAssId | ( | int | $ass_id | ) |
Definition at line 56 of file InstructionFileRepository.php.
References $ass_id.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileRepository\getCollection(), and ILIAS\Exercise\InstructionFile\InstructionFileRepository\hasCollection().
Here is the caller graph for this function:| ILIAS\Exercise\InstructionFile\InstructionFileRepository::hasCollection | ( | int | $ass_id | ) |
Definition at line 68 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getIdStringForAssId().
Here is the call graph for this function:| ILIAS\Exercise\InstructionFile\InstructionFileRepository::importFromDirectory | ( | int | $ass_id, |
| string | $dir, | ||
| ResourceStakeholder | $stakeholder | ||
| ) |
Definition at line 98 of file InstructionFileRepository.php.
| ILIAS\Exercise\InstructionFile\InstructionFileRepository::importFromLegacyUpload | ( | int | $ass_id, |
| array | $file_input, | ||
| ResourceStakeholder | $stakeholder | ||
| ) |
Definition at line 83 of file InstructionFileRepository.php.
|
protected |
Definition at line 32 of file InstructionFileRepository.php.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileRepository\__construct().
|
protected |
Definition at line 31 of file InstructionFileRepository.php.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileRepository\__construct().