ILIAS
trunk Revision v12.0_alpha-1221-g4e438232683
◀ ilDoc Overview
LabelledValueInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Vocabularies\Dispatch\Presentation
;
22
23
interface
LabelledValueInterface
24
{
25
public
function
value
(): string;
26
27
public
function
label
(): string;
28
}
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\LabelledValueInterface
Definition:
LabelledValueInterface.php:24
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\LabelledValueInterface\label
label()
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\LabelledValueInterface\value
value()
ILIAS\MetaData\Vocabularies\Dispatch\Presentation
Definition:
LabelledValue.php:21
components
ILIAS
MetaData
classes
Vocabularies
Dispatch
Presentation
LabelledValueInterface.php
Generated on Sun Apr 5 2026 23:03:28 for ILIAS by
1.9.4 (using
Doxyfile
)