|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Class FileRevision. More...
Inheritance diagram for ILIAS\ResourceStorage\Revision\FileRevision:
Collaboration diagram for ILIAS\ResourceStorage\Revision\FileRevision:Public Member Functions | |
| __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 | |
| $available = true | |
| $identification | |
| $version_number = 0 | |
| $information | |
| $owner_id = 0 | |
| $title = '' | |
Additional Inherited Members | |
Data Fields inherited from ILIAS\ResourceStorage\Revision\Revision | |
| const | STATUS_ACTIVE = 1 |
Class FileRevision.
Definition at line 13 of file FileRevision.php.
| ILIAS\ResourceStorage\Revision\FileRevision::__construct | ( | ResourceIdentification | $identification | ) |
Revision constructor.
| ResourceIdentification | $identification |
Definition at line 45 of file FileRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$identification.
| ILIAS\ResourceStorage\Revision\FileRevision::getIdentification | ( | ) |
@inheritDoc
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 53 of file FileRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$identification.
| ILIAS\ResourceStorage\Revision\FileRevision::getInformation | ( | ) |
@inheritDoc
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 74 of file FileRevision.php.
Referenced by ILIAS\ResourceStorage\Resource\InfoResolver\ClonedRevisionInfoResolver\__construct().
Here is the caller graph for this function:| ILIAS\ResourceStorage\Revision\FileRevision::getOwnerId | ( | ) |
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 106 of file FileRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$owner_id.
| ILIAS\ResourceStorage\Revision\FileRevision::getTitle | ( | ) |
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 134 of file FileRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$title.
| ILIAS\ResourceStorage\Revision\FileRevision::getVersionNumber | ( | ) |
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 66 of file FileRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$version_number.
| ILIAS\ResourceStorage\Revision\FileRevision::isAvailable | ( | ) |
@inheritDoc
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 98 of file FileRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$available.
| ILIAS\ResourceStorage\Revision\FileRevision::setInformation | ( | Information | $information | ) |
| Information | $information |
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 82 of file FileRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$information.
Referenced by ILIAS\ResourceStorage\Revision\FileStreamRevision\__construct(), and ILIAS\ResourceStorage\Revision\UploadedFileRevision\__construct().
Here is the caller graph for this function:| ILIAS\ResourceStorage\Revision\FileRevision::setOwnerId | ( | int | $owner_id | ) |
| int | $owner_id |
Definition at line 115 of file FileRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$owner_id.
| ILIAS\ResourceStorage\Revision\FileRevision::setTitle | ( | string | $title | ) |
| string | $title |
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 125 of file FileRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$title.
| ILIAS\ResourceStorage\Revision\FileRevision::setUnavailable | ( | ) |
@inheritDoc
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 90 of file FileRevision.php.
| ILIAS\ResourceStorage\Revision\FileRevision::setVersionNumber | ( | int | $version_number | ) |
| int | $version_number |
Definition at line 61 of file FileRevision.php.
References ILIAS\ResourceStorage\Revision\FileRevision\$version_number.
|
protected |
Definition at line 19 of file FileRevision.php.
Referenced by ILIAS\ResourceStorage\Revision\FileRevision\isAvailable().
|
protected |
Definition at line 23 of file FileRevision.php.
Referenced by ILIAS\ResourceStorage\Revision\FileRevision\__construct(), ILIAS\ResourceStorage\Revision\FileStreamRevision\__construct(), ILIAS\ResourceStorage\Revision\UploadedFileRevision\__construct(), and ILIAS\ResourceStorage\Revision\FileRevision\getIdentification().
|
protected |
Definition at line 31 of file FileRevision.php.
Referenced by ILIAS\ResourceStorage\Revision\FileStreamRevision\__construct(), ILIAS\ResourceStorage\Revision\UploadedFileRevision\__construct(), and ILIAS\ResourceStorage\Revision\FileRevision\setInformation().
|
protected |
Definition at line 35 of file FileRevision.php.
Referenced by ILIAS\ResourceStorage\Revision\FileRevision\getOwnerId(), and ILIAS\ResourceStorage\Revision\FileRevision\setOwnerId().
|
protected |
Definition at line 39 of file FileRevision.php.
Referenced by ILIAS\ResourceStorage\Revision\FileRevision\getTitle(), and ILIAS\ResourceStorage\Revision\FileRevision\setTitle().
|
protected |
Definition at line 27 of file FileRevision.php.
Referenced by ILIAS\ResourceStorage\Revision\FileRevision\getVersionNumber(), and ILIAS\ResourceStorage\Revision\FileRevision\setVersionNumber().