ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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 Sun Aug 31 2025 23:03:13 for ILIAS by
1.8.13 (using
Doxyfile
)