ILIAS
trunk Revision v11.0_alpha-1723-g8e69f309bab
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
c
e
g
h
j
l
m
p
s
t
u
v
+
Enumerations
a
c
e
f
i
j
l
m
n
o
p
r
s
t
u
v
z
+
Enumerator
a
c
d
e
f
g
i
l
m
n
o
p
q
s
t
u
v
y
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
Enumerations
Enumerator
+
Files
File List
+
Globals
+
All
$
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
z
+
Functions
a
b
c
d
e
f
g
h
i
m
n
p
r
s
t
u
v
+
Variables
$
a
c
e
g
h
i
m
n
o
p
r
s
t
u
v
z
Enumerations
Enumerator
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Modules
Pages
NullData.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Presentation
;
22
23
use
ILIAS\MetaData\Elements\Data\DataInterface
as
ElementsDataInterface
;
24
use
ILIAS\MetaData\Vocabularies\Slots\Identifier
as
SlotIdentifier
;
25
26
class
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
}
$data
$data
Definition:
ltiregistration.php:29
ILIAS\MetaData\Presentation
Definition:
Data.php:21
DataInterface
ILIAS\MetaData\Presentation\NullData\duration
duration(string $duration)
Definition:
NullData.php:50
$datetime
$datetime
Definition:
LOMStructure.php:69
ILIAS\MetaData\Presentation\NullData\language
language(string $language)
Definition:
NullData.php:40
ILIAS\MetaData\Presentation\DataInterface
Definition:
DataInterface.php:26
$duration
$duration
Definition:
LOMStructure.php:54
ILIAS\MetaData\Presentation\NullData\vocabularyValue
vocabularyValue(string $value, SlotIdentifier $vocabulary_slot)
Definition:
NullData.php:33
ILIAS\MetaData\Elements\Data\NullData
Definition:
NullData.php:26
ILIAS\MetaData\Presentation\NullData\datetime
datetime(string $datetime)
Definition:
NullData.php:45
Identifier
ILIAS\MetaData\Presentation\NullData\dataValue
dataValue(ElementsDataInterface $data)
Definition:
NullData.php:28
components
ILIAS
MetaData
classes
Presentation
NullData.php
Generated on Sun Apr 6 2025 23:03:43 for ILIAS by
1.8.13 (using
Doxyfile
)