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
InformationRepository.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
3
namespace
ILIAS\ResourceStorage\Information\Repository
;
4
5
use
ILIAS\ResourceStorage\Information\Information
;
6
use
ILIAS\ResourceStorage\Revision\Revision
;
7
use
ILIAS\ResourceStorage\Lock\LockingRepository
;
8
use
ILIAS\ResourceStorage\Preloader\PreloadableRepository
;
9
15
interface
InformationRepository
extends
LockingRepository
,
PreloadableRepository
16
{
17
21
public
function
blank
();
22
23
28
public
function
store
(
Information
$information,
Revision
$revision) : void;
29
30
36
public
function
get
(
Revision
$revision) :
Information
;
37
38
43
public
function
delete
(
Information
$information,
Revision
$revision) :
void
;
44
}
PreloadableRepository
ILIAS\ResourceStorage\Information\Information
Class Information.
Definition:
Information.php:11
Revision
ILIAS\ResourceStorage\Preloader\PreloadableRepository
Interface PreloadableRepository.
Definition:
PreloadableRepository.php:10
ILIAS\ResourceStorage\Information\Repository\InformationRepository\store
store(Information $information, Revision $revision)
ILIAS\ResourceStorage\Lock\LockingRepository
Interface LockingRepository.
Definition:
LockingRepository.php:9
ILIAS\ResourceStorage\Information\Repository\InformationRepository
Interface InformationRepository.
Definition:
InformationRepository.php:15
Information
ILIAS\ResourceStorage\Revision\Revision
Class FileRevision.
Definition:
Revision.php:12
LockingRepository
ILIAS\ResourceStorage\Information\Repository\InformationRepository\blank
blank()
ILIAS\ResourceStorage\Information\Repository
Definition:
InformationDBRepository.php:3
src
ResourceStorage
Information
Repository
InformationRepository.php
Generated on Mon Apr 7 2025 21:01:53 for ILIAS by
1.8.13 (using
Doxyfile
)