ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
◀ ilDoc Overview
LabelledValueInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Services\DataHelper
;
22
23
use
ILIAS\MetaData\Elements\Data\DataInterface
;
24
25
interface
LabelledValueInterface
26
{
30
public
function
value
(): string;
31
35
public
function
presentableLabel
(): string;
36
}
DataInterface
ILIAS\MetaData\Services\DataHelper\LabelledValueInterface\presentableLabel
presentableLabel()
The translated label of the value, that can be presented to the user.
ILIAS\MetaData\Services\DataHelper
Definition:
DataHelper.php:21
ILIAS\MetaData\Services\DataHelper\LabelledValueInterface
Definition:
LabelledValueInterface.php:25
ILIAS\MetaData\Services\DataHelper\LabelledValueInterface\value
value()
The value as it should be written into LOM.
components
ILIAS
MetaData
classes
Services
DataHelper
LabelledValueInterface.php
Generated on Wed Sep 10 2025 15:16:01 for ILIAS by
1.8.13 (using
Doxyfile
)