ILIAS
trunk Revision v11.0_alpha-1753-gb21ca8c4367
◀ 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
PathsInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Services\Paths
;
22
23
use
ILIAS\MetaData\Paths\PathInterface
;
24
25
interface
PathsInterface
26
{
30
public
function
title
():
PathInterface
;
31
35
public
function
descriptions
():
PathInterface
;
36
41
public
function
firstDescription
():
PathInterface
;
42
46
public
function
keywords
():
PathInterface
;
47
51
public
function
languages
():
PathInterface
;
52
57
public
function
authors
():
PathInterface
;
58
63
public
function
firstTypicalLearningTime
():
PathInterface
;
64
68
public
function
copyright
():
PathInterface
;
69
73
public
function
custom
():
BuilderInterface
;
74
}
ILIAS\MetaData\Services\Paths\PathsInterface\firstTypicalLearningTime
firstTypicalLearningTime()
Path to educational > typicalLearningTime > duration, restricted to the first instance of educational...
ILIAS\MetaData\Services\Paths\PathsInterface\copyright
copyright()
Path to rights > description > string.
ILIAS\MetaData\Services\Paths
Definition:
Builder.php:21
ILIAS\MetaData\Services\Paths\PathsInterface\descriptions
descriptions()
Path to general > description > string.
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:25
ILIAS\MetaData\Services\Paths\PathsInterface\title
title()
Path to general > title > string.
ILIAS\MetaData\Services\Paths\PathsInterface
Definition:
PathsInterface.php:25
ILIAS\MetaData\Services\Paths\PathsInterface\authors
authors()
Path to lifeCycle > contribute > entity, where the contribute has a role > value with value 'author'...
ILIAS\MetaData\Services\Paths\PathsInterface\keywords
keywords()
Path to general > keyword > string.
ILIAS\MetaData\Services\Paths\PathsInterface\languages
languages()
Path to general > language.
ILIAS\MetaData\Services\Paths\PathsInterface\custom
custom()
Get a builder to construct custom paths.
PathInterface
ILIAS\MetaData\Services\Paths\PathsInterface\firstDescription
firstDescription()
Path to general > description > string, restricted to the first description.
ILIAS\MetaData\Paths\BuilderInterface
Definition:
BuilderInterface.php:28
components
ILIAS
MetaData
classes
Services
Paths
PathsInterface.php
Generated on Thu Apr 10 2025 23:03:39 for ILIAS by
1.8.13 (using
Doxyfile
)