|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class UploadedFileRevision. More...
Inheritance diagram for ILIAS\ResourceStorage\Revision\UploadedFileRevision:
Collaboration diagram for ILIAS\ResourceStorage\Revision\UploadedFileRevision:Public Member Functions | |
| __construct (ResourceIdentification $identification, UploadResult $result) | |
| @inheritDoc More... | |
| getUpload () | |
Public Member Functions inherited from ILIAS\ResourceStorage\Revision\FileRevision | |
| __construct (ResourceIdentification $identification) | |
| Revision constructor. More... | |
| getIdentification () | |
| @inheritDoc More... | |
| setVersionNumber (int $version_number) | |
| getVersionNumber () | |
| getInformation () | |
| @inheritDoc More... | |
| setInformation (Information $information) | |
| setUnavailable () | |
| @inheritDoc More... | |
| isAvailable () | |
| @inheritDoc More... | |
| getOwnerId () | |
| setOwnerId (int $owner_id) | |
| setTitle (string $title) | |
| getTitle () | |
| getIdentification () | |
| getVersionNumber () | |
| getInformation () | |
| setInformation (Information $information) | |
| setUnavailable () | |
| isAvailable () | |
| getOwnerId () | |
| setTitle (string $title) | |
| getTitle () | |
Private Attributes | |
| $upload | |
Additional Inherited Members | |
Data Fields inherited from ILIAS\ResourceStorage\Revision\Revision | |
| const | STATUS_ACTIVE = 1 |
Protected Attributes inherited from ILIAS\ResourceStorage\Revision\FileRevision | |
| $available = true | |
| $identification | |
| $version_number = 0 | |
| $information | |
| $owner_id = 0 | |
| $title = '' | |
Class UploadedFileRevision.
Definition at line 14 of file UploadedFileRevision.php.
| ILIAS\ResourceStorage\Revision\UploadedFileRevision::__construct | ( | ResourceIdentification | $identification, |
| UploadResult | $result | ||
| ) |
@inheritDoc
Definition at line 26 of file UploadedFileRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$identification, ILIAS\ResourceStorage\Revision\FileRevision\$information, $result, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\ResourceStorage\Revision\FileRevision\setInformation().
Here is the call graph for this function:| ILIAS\ResourceStorage\Revision\UploadedFileRevision::getUpload | ( | ) |
Definition at line 43 of file UploadedFileRevision.php.
References ILIAS\ResourceStorage\Revision\UploadedFileRevision\$upload.
Referenced by ILIAS\ResourceStorage\StorageHandler\FileSystemBased\AbstractFileSystemStorageHandler\storeUpload().
Here is the caller graph for this function:
|
private |
Definition at line 20 of file UploadedFileRevision.php.
Referenced by ILIAS\ResourceStorage\Revision\UploadedFileRevision\getUpload().