ILIAS
trunk Revision v11.0_alpha-1744-gb0451eebef4
|
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.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getIdStringForAssId().
ILIAS\Exercise\InstructionFile\InstructionFileRepository::createCollection | ( | int | $ass_id | ) |
Definition at line 42 of file InstructionFileRepository.php.
ILIAS\Exercise\InstructionFile\InstructionFileRepository::deleteCollection | ( | int | $ass_id, |
ResourceStakeholder | $stakeholder | ||
) |
Definition at line 144 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getIdStringForAssId().
ILIAS\Exercise\InstructionFile\InstructionFileRepository::getCollection | ( | int | $ass_id | ) |
Definition at line 74 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getIdStringForAssId(), and null.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileRepository\getCollectionResourcesInfo(), ILIAS\Exercise\InstructionFile\InstructionFileRepository\importFromDirectory(), and ILIAS\Exercise\InstructionFile\InstructionFileRepository\importFromLegacyUpload().
ILIAS\Exercise\InstructionFile\InstructionFileRepository::getCollectionResourcesInfo | ( | int | $ass_id | ) |
Definition at line 137 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getCollection().
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileRepository\importFromDirectory().
ILIAS\Exercise\InstructionFile\InstructionFileRepository::getIdStringForAssId | ( | int | $ass_id | ) |
Definition at line 56 of file InstructionFileRepository.php.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileRepository\clone(), ILIAS\Exercise\InstructionFile\InstructionFileRepository\deleteCollection(), ILIAS\Exercise\InstructionFile\InstructionFileRepository\getCollection(), and ILIAS\Exercise\InstructionFile\InstructionFileRepository\hasCollection().
ILIAS\Exercise\InstructionFile\InstructionFileRepository::hasCollection | ( | int | $ass_id | ) |
Definition at line 68 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getIdStringForAssId().
ILIAS\Exercise\InstructionFile\InstructionFileRepository::importFromDirectory | ( | int | $ass_id, |
string | $dir, | ||
ResourceStakeholder | $stakeholder | ||
) |
Definition at line 98 of file InstructionFileRepository.php.
References $ass_id, ILIAS\Exercise\InstructionFile\InstructionFileRepository\getCollection(), ILIAS\Exercise\InstructionFile\InstructionFileRepository\getCollectionResourcesInfo(), and null.
ILIAS\Exercise\InstructionFile\InstructionFileRepository::importFromLegacyUpload | ( | int | $ass_id, |
array | $file_input, | ||
ResourceStakeholder | $stakeholder | ||
) |
Definition at line 83 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getCollection().
|
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().