ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ 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
}
ILIAS\MetaData\Elements\Data\DataInterface
Definition:
DataInterface.php:26
ILIAS\MetaData\Services\DataHelper\LabelledValueInterface
Definition:
LabelledValueInterface.php:26
ILIAS\MetaData\Services\DataHelper\LabelledValueInterface\value
value()
The value as it should be written into LOM.
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
components
ILIAS
MetaData
classes
Services
DataHelper
LabelledValueInterface.php
Generated on Sat Oct 18 2025 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)