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
InformationRepository.php
Go to the documentation of this file.
1
<?php declare(strict_types=1);
2
3
namespace
ILIAS\MainMenu\Storage\Information\Repository
;
4
5
use
ILIAS\MainMenu\Storage\Information\Information
;
6
use
ILIAS\MainMenu\Storage\Revision\Revision
;
7
13
interface
InformationRepository
14
{
15
19
public
function
blank
();
20
21
26
public
function
store
(
Information
$information,
Revision
$revision) : void;
27
28
34
public
function
get
(
Revision
$revision) :
Information
;
35
36
41
public
function
delete
(
Information
$information,
Revision
$revision) :
void
;
42
}
Revision
ILIAS\MainMenu\Storage\Information\Repository
Definition:
ARInformation.php:3
ILIAS\MainMenu\Storage\Information\Information
Class Information.
Definition:
Information.php:12
ILIAS\MainMenu\Storage\Information\Repository\InformationRepository
Interface InformationRepository.
Definition:
InformationRepository.php:13
ILIAS\MainMenu\Storage\Information\Repository\InformationRepository\store
store(Information $information, Revision $revision)
Information
ILIAS\MainMenu\Storage\Revision\Revision
Class FileRevision.
Definition:
Revision.php:14
ILIAS\MainMenu\Storage\Information\Repository\InformationRepository\blank
blank()
Services
MainMenu
classes
Storage
Information
Repository
InformationRepository.php
Generated on Thu Apr 3 2025 20:01:09 for ILIAS by
1.8.13 (using
Doxyfile
)