|
ILIAS
release_8 Revision v8.24
|
Class NullRevision. More...
Inheritance diagram for ILIAS\ResourceStorage\Revision\NullRevision:
Collaboration diagram for ILIAS\ResourceStorage\Revision\NullRevision:Public Member Functions | |
| getVersionNumber () | |
| @inheritDoc More... | |
| getCreationDate () | |
| @inheritDoc More... | |
| getInformation () | |
| @inheritDoc More... | |
| setInformation (Information $information) | |
| setUnavailable () | |
| isAvailable () | |
| @inheritDoc More... | |
| getOwnerId () | |
| setTitle (string $title) | |
| getTitle () | |
Public Member Functions inherited from ILIAS\ResourceStorage\Revision\BaseRevision | |
| __construct (ResourceIdentification $identification) | |
| NullRevision constructor. More... | |
| getIdentification () | |
| @inheritDoc More... | |
| setStorageID (string $storage_id) | |
| getStorageID () | |
| withToken (Token $token) | |
| maybeGetToken () | |
| getIdentification () | |
| getVersionNumber () | |
| getInformation () | |
| setInformation (Information $information) | |
| setUnavailable () | |
| isAvailable () | |
| getOwnerId () | |
| setTitle (string $title) | |
| getTitle () | |
| withToken (Token $token) | |
| maybeGetToken () | |
| setStorageID (string $storage_id) | |
| getStorageID () | |
Additional Inherited Members | |
Data Fields inherited from ILIAS\ResourceStorage\Revision\Revision | |
| const | STATUS_ACTIVE = 1 |
Class NullRevision.
Definition at line 31 of file NullRevision.php.
| ILIAS\ResourceStorage\Revision\NullRevision::getCreationDate | ( | ) |
@inheritDoc
Definition at line 44 of file NullRevision.php.
| ILIAS\ResourceStorage\Revision\NullRevision::getInformation | ( | ) |
@inheritDoc
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 52 of file NullRevision.php.
| ILIAS\ResourceStorage\Revision\NullRevision::getOwnerId | ( | ) |
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 74 of file NullRevision.php.
| ILIAS\ResourceStorage\Revision\NullRevision::getTitle | ( | ) |
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 85 of file NullRevision.php.
| ILIAS\ResourceStorage\Revision\NullRevision::getVersionNumber | ( | ) |
@inheritDoc
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 36 of file NullRevision.php.
| ILIAS\ResourceStorage\Revision\NullRevision::isAvailable | ( | ) |
@inheritDoc
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 69 of file NullRevision.php.
| ILIAS\ResourceStorage\Revision\NullRevision::setInformation | ( | Information | $information | ) |
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 57 of file NullRevision.php.
| ILIAS\ResourceStorage\Revision\NullRevision::setTitle | ( | string | $title | ) |
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 79 of file NullRevision.php.
| ILIAS\ResourceStorage\Revision\NullRevision::setUnavailable | ( | ) |
Implements ILIAS\ResourceStorage\Revision\Revision.
Definition at line 61 of file NullRevision.php.