ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
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
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\ResourceStorage\Information\Information
Class Information.
Definition:
Information.php:12
ILIAS\ResourceStorage\Information\Repository\InformationRepository
Interface InformationRepository.
Definition:
InformationRepository.php:16
ILIAS\ResourceStorage\Information\Repository\InformationRepository\blank
blank()
ILIAS\ResourceStorage\Information\Repository\InformationRepository\store
store(Information $information, Revision $revision)
ILIAS\ResourceStorage\Lock\LockingRepository
Interface LockingRepository.
Definition:
LockingRepository.php:10
ILIAS\ResourceStorage\Preloader\PreloadableRepository
Interface PreloadableRepository.
Definition:
PreloadableRepository.php:11
ILIAS\ResourceStorage\Revision\Revision
Class FileRevision.
Definition:
Revision.php:13
ILIAS\ResourceStorage\Information\Repository
Definition:
InformationDBRepository.php:3
src
ResourceStorage
Information
Repository
InformationRepository.php
Generated on Fri Oct 3 2025 21:01:11 for ILIAS by
1.9.4 (using
Doxyfile
)