ILIAS  release_8 Revision v8.23
ILIAS\ResourceStorage\Revision\Revision Interface Reference

Class FileRevision. More...

+ Inheritance diagram for ILIAS\ResourceStorage\Revision\Revision:
+ Collaboration diagram for ILIAS\ResourceStorage\Revision\Revision:

Public Member Functions

 getIdentification ()
 
 getVersionNumber ()
 
 getInformation ()
 
 setInformation (Information $information)
 
 setUnavailable ()
 
 isAvailable ()
 
 getOwnerId ()
 
 setTitle (string $title)
 
 getTitle ()
 
 withToken (Token $token)
 
 maybeGetToken ()
 
 setStorageID (string $storage_id)
 
 getStorageID ()
 

Data Fields

const STATUS_ACTIVE = 1
 

Detailed Description

Class FileRevision.

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

Definition at line 29 of file Revision.php.

Member Function Documentation

◆ getIdentification()

◆ getInformation()

◆ getOwnerId()

ILIAS\ResourceStorage\Revision\Revision::getOwnerId ( )

◆ getStorageID()

ILIAS\ResourceStorage\Revision\Revision::getStorageID ( )

◆ getTitle()

◆ getVersionNumber()

◆ isAvailable()

◆ maybeGetToken()

ILIAS\ResourceStorage\Revision\Revision::maybeGetToken ( )

Implemented in ILIAS\ResourceStorage\Revision\BaseRevision.

Referenced by ILIAS\ResourceStorage\Consumer\InlineSrcBuilder\getRevisionURL().

+ Here is the caller graph for this function:

◆ setInformation()

ILIAS\ResourceStorage\Revision\Revision::setInformation ( Information  $information)

◆ setStorageID()

ILIAS\ResourceStorage\Revision\Revision::setStorageID ( string  $storage_id)

◆ setTitle()

ILIAS\ResourceStorage\Revision\Revision::setTitle ( string  $title)

◆ setUnavailable()

◆ withToken()

ILIAS\ResourceStorage\Revision\Revision::withToken ( Token  $token)

Field Documentation

◆ STATUS_ACTIVE

const ILIAS\ResourceStorage\Revision\Revision::STATUS_ACTIVE = 1

Definition at line 31 of file Revision.php.


The documentation for this interface was generated from the following file: