ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
DataInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
23use ILIAS\MetaData\Elements\Data\DataInterface as ElementsDataInterface;
26
28{
29 public function dataValue(ElementsDataInterface $data): string;
30
34 public function vocabularyValues(SlotIdentifier $slot, string ...$values): \Generator;
35
36 public function language(string $language): string;
37
38 public function datetime(string $datetime): string;
39
40 public function duration(string $duration): string;
41
45 public function durationLabels(): \Generator;
46}
$datetime
$duration
vocabularyValues(SlotIdentifier $slot, string ... $values)
dataValue(ElementsDataInterface $data)