ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
Revision.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\ResourceStorage\Revision
;
4
5
use
ILIAS\ResourceStorage\Identification\ResourceIdentification
;
6
use
ILIAS\ResourceStorage\Information\Information
;
7
12
interface
Revision
13
{
14
public
const
STATUS_ACTIVE
= 1;
15
19
public
function
getIdentification
() :
ResourceIdentification
;
20
24
public
function
getVersionNumber
() : int;
25
26
public
function
getInformation
() :
Information
;
27
28
public
function
setInformation
(
Information
$information);
29
30
public
function
setUnavailable
() : void;
31
35
public
function
isAvailable
() : bool;
36
37
public
function
getOwnerId
() : int;
38
39
public
function
setTitle
(
string
$title) :
Revision
;
40
41
public
function
getTitle
() : string;
42
}
ILIAS\ResourceStorage\Information\Information
Class Information.
Definition:
Information.php:11
ILIAS\ResourceStorage\Revision\Revision\setUnavailable
setUnavailable()
ILIAS\ResourceStorage\Revision\Revision\getTitle
getTitle()
ResourceIdentification
ILIAS\ResourceStorage\Revision\Revision\isAvailable
isAvailable()
ILIAS\ResourceStorage\Revision\Revision\setInformation
setInformation(Information $information)
ILIAS\ResourceStorage\Revision\Revision\getInformation
getInformation()
ILIAS\ResourceStorage\Identification\ResourceIdentification
Interface Identification.
Definition:
ResourceIdentification.php:14
ILIAS\ResourceStorage\Revision\Revision\setTitle
setTitle(string $title)
ILIAS\ResourceStorage\Revision\Revision\getIdentification
getIdentification()
ILIAS\ResourceStorage\Revision
ILIAS\ResourceStorage\Revision\Revision\getOwnerId
getOwnerId()
ILIAS\ResourceStorage\Revision\Revision\getVersionNumber
getVersionNumber()
Information
ILIAS\ResourceStorage\Revision\Revision\STATUS_ACTIVE
const STATUS_ACTIVE
Definition:
Revision.php:14
ILIAS\ResourceStorage\Revision\Revision
Class FileRevision.
Definition:
Revision.php:12
src
ResourceStorage
Revision
Revision.php
Generated on Tue Apr 8 2025 21:02:12 for ILIAS by
1.8.13 (using
Doxyfile
)