ILIAS  trunk Revision v11.0_alpha-1769-g99a433fe2dc
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
LabelledValueInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
26 {
30  public function value(): string;
31 
35  public function presentableLabel(): string;
36 }
presentableLabel()
The translated label of the value, that can be presented to the user.
value()
The value as it should be written into LOM.