|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class UploadedFileRevision. More...
Inheritance diagram for ILIAS\ResourceStorage\Revision\FileStreamRevision:
Collaboration diagram for ILIAS\ResourceStorage\Revision\FileStreamRevision:Public Member Functions | |
| __construct (ResourceIdentification $identification, FileStream $stream, bool $keep_original=false) | |
| @inheritDoc More... | |
| getStream () | |
| keepOriginal () | |
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 () | |
Protected Attributes | |
| $keep_original = true | |
Protected Attributes inherited from ILIAS\ResourceStorage\Revision\FileRevision | |
| $available = true | |
| $identification | |
| $version_number = 0 | |
| $information | |
| $owner_id = 0 | |
| $title = '' | |
Private Attributes | |
| $stream | |
Additional Inherited Members | |
Data Fields inherited from ILIAS\ResourceStorage\Revision\Revision | |
| const | STATUS_ACTIVE = 1 |
Class UploadedFileRevision.
Definition at line 13 of file FileStreamRevision.php.
| ILIAS\ResourceStorage\Revision\FileStreamRevision::__construct | ( | ResourceIdentification | $identification, |
| FileStream | $stream, | ||
| bool | $keep_original = false |
||
| ) |
@inheritDoc
Definition at line 28 of file FileStreamRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$identification, ILIAS\ResourceStorage\Revision\FileRevision\$information, ILIAS\ResourceStorage\Revision\FileStreamRevision\$keep_original, ILIAS\ResourceStorage\Revision\FileStreamRevision\$stream, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\ResourceStorage\Revision\FileRevision\setInformation().
Here is the call graph for this function:| ILIAS\ResourceStorage\Revision\FileStreamRevision::getStream | ( | ) |
Definition at line 40 of file FileStreamRevision.php.
References ILIAS\ResourceStorage\Revision\FileStreamRevision\$stream.
Referenced by ILIAS\ResourceStorage\StorageHandler\FileSystemBased\AbstractFileSystemStorageHandler\storeStream().
Here is the caller graph for this function:| ILIAS\ResourceStorage\Revision\FileStreamRevision::keepOriginal | ( | ) |
Definition at line 48 of file FileStreamRevision.php.
References ILIAS\ResourceStorage\Revision\FileStreamRevision\$keep_original.
Referenced by ILIAS\ResourceStorage\StorageHandler\FileSystemBased\AbstractFileSystemStorageHandler\storeStream().
Here is the caller graph for this function:
|
protected |
Definition at line 23 of file FileStreamRevision.php.
Referenced by ILIAS\ResourceStorage\Revision\FileStreamRevision\__construct(), and ILIAS\ResourceStorage\Revision\FileStreamRevision\keepOriginal().
|
private |
Definition at line 19 of file FileStreamRevision.php.
Referenced by ILIAS\ResourceStorage\Revision\FileStreamRevision\__construct(), and ILIAS\ResourceStorage\Revision\FileStreamRevision\getStream().