ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
DataInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
25 interface DataInterface
26 {
27  public function dataValue(ElementsDataInterface $data): string;
28 
29  public function vocabularyValue(string $value): string;
30 
31  public function language(string $language): string;
32 
33  public function datetime(string $datetime): string;
34 
35  public function duration(string $duration): string;
36 }
$datetime
$duration
dataValue(ElementsDataInterface $data)