ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NullData.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;
25
26class NullData implements DataInterface
27{
28 public function dataValue(ElementsDataInterface $data): string
29 {
30 return '';
31 }
32
33 public function vocabularyValue(
34 string $value,
35 SlotIdentifier $vocabulary_slot
36 ): string {
37 return '';
38 }
39
40 public function language(string $language): string
41 {
42 return '';
43 }
44
45 public function datetime(string $datetime): string
46 {
47 return '';
48 }
49
50 public function duration(string $duration): string
51 {
52 return '';
53 }
54}
$datetime
$duration
dataValue(ElementsDataInterface $data)
Definition: NullData.php:28
vocabularyValue(string $value, SlotIdentifier $vocabulary_slot)
Definition: NullData.php:33
return['delivery_method'=> 'php',]
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...