|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Collaboration diagram for ILIAS\Exercise\IRSS\CollectionWrapper:Protected Member Functions | |
| getNewCollectionId () | |
| getNewCollectionIdAsString () | |
| getResourceIdForIdString (string $rid) | |
Protected Attributes | |
| InternalDataService | $data |
| ILIAS FileUpload FileUpload | $upload |
| ILIAS ResourceStorage Services | $irss |
Definition at line 33 of file CollectionWrapper.php.
| ILIAS\Exercise\IRSS\CollectionWrapper::__construct | ( | InternalDataService | $data | ) |
Definition at line 39 of file CollectionWrapper.php.
References ILIAS\Exercise\IRSS\CollectionWrapper\$data, $DIC, and ILIAS\Repository\upload().
Here is the call graph for this function:| ILIAS\Exercise\IRSS\CollectionWrapper::addEntryOfZipResourceToCollection | ( | string | $rid, |
| string | $entry, | ||
| ResourceCollection | $target_collection, | ||
| ResourceStakeholder | $target_stakeholder | ||
| ) |
Definition at line 280 of file CollectionWrapper.php.
References ILIAS\ResourceStorage\Collection\ResourceCollection\add(), ILIAS\Filesystem\Stream\Streams\ofFileInsideZIP(), and ILIAS\Exercise\IRSS\CollectionWrapper\stream().
Here is the call graph for this function:| ILIAS\Exercise\IRSS\CollectionWrapper::clone | ( | string | $from_rc_id | ) |
Definition at line 250 of file CollectionWrapper.php.
| ILIAS\Exercise\IRSS\CollectionWrapper::cloneResource | ( | string | $from_rid | ) |
Definition at line 260 of file CollectionWrapper.php.
References ILIAS\Exercise\IRSS\CollectionWrapper\getResourceIdForIdString().
Here is the call graph for this function:| ILIAS\Exercise\IRSS\CollectionWrapper::copyResourcesToDir | ( | string | $rcid, |
| ResourceStakeholder | $stakeholder, | ||
| string | $dir | ||
| ) |
Definition at line 80 of file CollectionWrapper.php.
| ILIAS\Exercise\IRSS\CollectionWrapper::createEmptyCollection | ( | ) |
Definition at line 59 of file CollectionWrapper.php.
References ILIAS\Exercise\IRSS\CollectionWrapper\getNewCollectionId().
Here is the call graph for this function:| ILIAS\Exercise\IRSS\CollectionWrapper::deleteCollectionForIdString | ( | string | $rcid, |
| ResourceStakeholder | $stakeholder | ||
| ) |
Definition at line 72 of file CollectionWrapper.php.
References $id.
| ILIAS\Exercise\IRSS\CollectionWrapper::deleteResource | ( | string | $rid, |
| ResourceStakeholder | $stakeholder | ||
| ) |
Definition at line 270 of file CollectionWrapper.php.
References $res, and ILIAS\Exercise\IRSS\CollectionWrapper\getResourceIdForIdString().
Here is the call graph for this function:| ILIAS\Exercise\IRSS\CollectionWrapper::deliverFile | ( | string | $rid | ) |
Definition at line 214 of file CollectionWrapper.php.
References $id, and ILIAS\Exercise\IRSS\CollectionWrapper\getResourceIdForIdString().
Here is the call graph for this function:| ILIAS\Exercise\IRSS\CollectionWrapper::getCollectionForIdString | ( | string | $rcid | ) |
Definition at line 67 of file CollectionWrapper.php.
| ILIAS\Exercise\IRSS\CollectionWrapper::getCollectionResourcesInfo | ( | ResourceCollection | $collection | ) |
Definition at line 231 of file CollectionWrapper.php.
References ILIAS\ResourceStorage\Collection\ResourceCollection\getResourceIdentifications().
Here is the call graph for this function:
|
protected |
Definition at line 49 of file CollectionWrapper.php.
Referenced by ILIAS\Exercise\IRSS\CollectionWrapper\createEmptyCollection(), and ILIAS\Exercise\IRSS\CollectionWrapper\getNewCollectionIdAsString().
Here is the caller graph for this function:
|
protected |
Definition at line 54 of file CollectionWrapper.php.
References ILIAS\Exercise\IRSS\CollectionWrapper\getNewCollectionId().
Here is the call graph for this function:
|
protected |
Definition at line 161 of file CollectionWrapper.php.
Referenced by ILIAS\Exercise\IRSS\CollectionWrapper\cloneResource(), ILIAS\Exercise\IRSS\CollectionWrapper\deleteResource(), ILIAS\Exercise\IRSS\CollectionWrapper\deliverFile(), and ILIAS\Exercise\IRSS\CollectionWrapper\stream().
Here is the caller graph for this function:| ILIAS\Exercise\IRSS\CollectionWrapper::importFileFromLegacyUpload | ( | array | $file_input, |
| ResourceStakeholder | $stakeholder | ||
| ) |
Definition at line 166 of file CollectionWrapper.php.
References ILIAS\Exercise\IRSS\CollectionWrapper\$upload.
| ILIAS\Exercise\IRSS\CollectionWrapper::importFileFromUploadResult | ( | UploadResult | $result, |
| ResourceStakeholder | $stakeholder | ||
| ) |
Definition at line 197 of file CollectionWrapper.php.
References ILIAS\FileUpload\DTO\UploadResult\isOK().
Here is the call graph for this function:| ILIAS\Exercise\IRSS\CollectionWrapper::importFilesFromDirectoryToCollection | ( | ResourceCollection | $collection, |
| string | $directory, | ||
| ResourceStakeholder | $stakeholder | ||
| ) |
Definition at line 129 of file CollectionWrapper.php.
References Vendor\Package\$e, ILIAS\ResourceStorage\Collection\ResourceCollection\add(), ILIAS\Filesystem\Util\LegacyPathHelper\createRelativePath(), and ILIAS\Filesystem\Util\LegacyPathHelper\deriveFilesystemFrom().
Here is the call graph for this function:| ILIAS\Exercise\IRSS\CollectionWrapper::importFilesFromLegacyUploadToCollection | ( | ResourceCollection | $collection, |
| array | $file_input, | ||
| ResourceStakeholder | $stakeholder | ||
| ) |
Definition at line 95 of file CollectionWrapper.php.
References ILIAS\Exercise\IRSS\CollectionWrapper\$upload, and ILIAS\ResourceStorage\Collection\ResourceCollection\add().
Here is the call graph for this function:| ILIAS\Exercise\IRSS\CollectionWrapper::stream | ( | string | $rid | ) |
Definition at line 222 of file CollectionWrapper.php.
References $id, and ILIAS\Exercise\IRSS\CollectionWrapper\getResourceIdForIdString().
Referenced by ILIAS\Exercise\IRSS\CollectionWrapper\addEntryOfZipResourceToCollection().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 35 of file CollectionWrapper.php.
Referenced by ILIAS\Exercise\IRSS\CollectionWrapper\__construct().
Definition at line 37 of file CollectionWrapper.php.
|
protected |
Definition at line 36 of file CollectionWrapper.php.
Referenced by ILIAS\Exercise\IRSS\CollectionWrapper\importFileFromLegacyUpload(), and ILIAS\Exercise\IRSS\CollectionWrapper\importFilesFromLegacyUploadToCollection().