ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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\label
label()
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\LabelledValueInterface\value
value()
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\LabelledValueInterface
Definition:
LabelledValueInterface.php:23
ILIAS\MetaData\Vocabularies\Dispatch\Presentation
Definition:
LabelledValue.php:21
components
ILIAS
MetaData
classes
Vocabularies
Dispatch
Presentation
LabelledValueInterface.php
Generated on Mon Sep 1 2025 23:03:33 for ILIAS by
1.8.13 (using
Doxyfile
)