ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
KeyValueStore.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\LegalDocuments\ConsumerToolbox
;
22
23
interface
KeyValueStore
24
{
25
public
function
value
(
string
$name): string;
26
public
function
update
(
string
$name,
string
$value): void;
27
}
ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\value
value(string $name)
ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore
Definition:
KeyValueStore.php:23
ILIAS\LegalDocuments\ConsumerToolbox
Definition:
Blocks.php:21
ILIAS\LegalDocuments\ConsumerToolbox\KeyValueStore\update
update(string $name, string $value)
components
ILIAS
LegalDocuments
classes
ConsumerToolbox
KeyValueStore.php
Generated on Wed Sep 10 2025 15:15:52 for ILIAS by
1.8.13 (using
Doxyfile
)