ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ 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
s
t
w
+
Functions
_
a
b
c
f
g
h
i
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
StorableResource.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
3
namespace
ILIAS\MainMenu\Storage
;
4
5
use
ILIAS\MainMenu\Storage\Identification\ResourceIdentification
;
6
use
ILIAS\MainMenu\Storage\Resource\Stakeholder\ResourceStakeholder
;
7
use
ILIAS\MainMenu\Storage\Revision\Revision
;
8
use
ILIAS\MainMenu\Storage\Revision\RevisionCollection
;
9
15
interface
StorableResource
16
{
17
21
public
function
getIdentification
() :
ResourceIdentification
;
22
23
27
public
function
getCurrentRevision
() :
Revision
;
28
29
33
public
function
getAllRevisions
() : array;
34
35
39
public
function
getStakeholders
() : array;
40
41
45
public
function
addRevision
(
Revision
$revision) : void;
46
47
51
public
function
setRevisions
(
RevisionCollection
$collection) : void;
52
53
57
public
function
getStorageID
() : string;
58
59
63
public
function
setStorageID
(
string
$storage_id) : void;
64
}
Revision
ILIAS\MainMenu\Storage\Identification\ResourceIdentification
Interface Identification.
Definition:
ResourceIdentification.php:14
ILIAS\MainMenu\Storage\StorableResource\getCurrentRevision
getCurrentRevision()
ILIAS\MainMenu\Storage\StorableResource\getStakeholders
getStakeholders()
ILIAS\MainMenu\Storage\StorableResource\setStorageID
setStorageID(string $storage_id)
ILIAS\MainMenu\Storage\Revision\RevisionCollection
Class RevisionCollection.
Definition:
RevisionCollection.php:13
ILIAS\MainMenu\Storage\StorableResource\getStorageID
getStorageID()
RevisionCollection
ILIAS\MainMenu\Storage\StorableResource\setRevisions
setRevisions(RevisionCollection $collection)
ILIAS\MainMenu\Storage\StorableResource\getAllRevisions
getAllRevisions()
ILIAS\MainMenu\Storage\StorableResource\addRevision
addRevision(Revision $revision)
ResourceIdentification
ILIAS\MainMenu\Storage\StorableResource\getIdentification
getIdentification()
ResourceStakeholder
ILIAS\MainMenu\Storage\Revision\Revision
Class FileRevision.
Definition:
Revision.php:14
ILIAS\MainMenu\Storage\StorableResource
Interface StorageResource.
Definition:
StorableResource.php:15
ILIAS\MainMenu\Storage
Services
MainMenu
classes
Storage
Resource
StorableResource.php
Generated on Sun Apr 20 2025 20:01:24 for ILIAS by
1.8.13 (using
Doxyfile
)