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
DataInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Editor\Presenter
;
22
23
use
ILIAS\MetaData\Elements\Data\DataInterface
as
ElementsDataInterface
;
24
use
ILIAS\MetaData\Vocabularies\Slots\Identifier
as
SlotIdentifier
;
25
use
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\LabelledValueInterface
;
26
27
interface
DataInterface
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
}
$data
$data
Definition:
ltiregistration.php:29
ILIAS\MetaData\Editor\Presenter\DataInterface\durationLabels
durationLabels()
ILIAS\MetaData\Editor\Presenter\DataInterface\datetime
datetime(string $datetime)
ILIAS\MetaData\Editor\Presenter\DataInterface\language
language(string $language)
ILIAS\MetaData\Editor\Presenter\DataInterface\dataValue
dataValue(ElementsDataInterface $data)
DataInterface
$datetime
$datetime
Definition:
LOMStructure.php:69
ILIAS\MetaData\Editor\Presenter\DataInterface
Definition:
DataInterface.php:27
$duration
$duration
Definition:
LOMStructure.php:54
LabelledValueInterface
ILIAS\MetaData\Editor\Presenter\DataInterface\duration
duration(string $duration)
ILIAS\MetaData\Editor\Presenter\DataInterface\vocabularyValues
vocabularyValues(SlotIdentifier $slot, string ... $values)
ILIAS\MetaData\Editor\Presenter
Definition:
Data.php:21
Identifier
components
ILIAS
MetaData
classes
Editor
Presenter
DataInterface.php
Generated on Sun Apr 6 2025 23:02:25 for ILIAS by
1.8.13 (using
Doxyfile
)