| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Collaboration diagram for ILIAS\Exercise\InstructionFile\InstructionFileRepository:Public Member Functions | |
| __construct (CollectionWrapper $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 | |
| CollectionWrapper | $wrapper | 
| CollectionWrapper | $collection | 
| ilDBInterface | $db | 
Definition at line 28 of file InstructionFileRepository.php.
| ILIAS\Exercise\InstructionFile\InstructionFileRepository::__construct | ( | CollectionWrapper | $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 145 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getIdStringForAssId().
 Here is the call graph for this function:| 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 131 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getIdStringForAssId().
 Here is the call graph for this function:| ILIAS\Exercise\InstructionFile\InstructionFileRepository::getCollection | ( | int | $ass_id | ) | 
Definition at line 74 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getIdStringForAssId().
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileRepository\getCollectionResourcesInfo(), ILIAS\Exercise\InstructionFile\InstructionFileRepository\importFromDirectory(), and ILIAS\Exercise\InstructionFile\InstructionFileRepository\importFromLegacyUpload().
 Here is the call graph for this function:
 Here is the caller graph for this function:| ILIAS\Exercise\InstructionFile\InstructionFileRepository::getCollectionResourcesInfo | ( | int | $ass_id | ) | 
Definition at line 124 of file InstructionFileRepository.php.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getCollection().
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileRepository\importFromDirectory().
 Here is the call graph for this function:
 Here is the caller graph for this function:| 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().
 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.
References ILIAS\Exercise\InstructionFile\InstructionFileRepository\getCollection(), and ILIAS\Exercise\InstructionFile\InstructionFileRepository\getCollectionResourcesInfo().
 Here is the call graph for this function:| 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().
 Here is the call graph for this function:
      
  | 
  protected | 
Definition at line 31 of file InstructionFileRepository.php.
      
  | 
  protected | 
Definition at line 32 of file InstructionFileRepository.php.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileRepository\__construct().
      
  | 
  protected | 
Definition at line 30 of file InstructionFileRepository.php.
Referenced by ILIAS\Exercise\InstructionFile\InstructionFileRepository\__construct().