ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
◀ 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
FactoryInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Vocabularies\Factory
;
22
23
use
ILIAS\MetaData\Vocabularies\Slots\Identifier
as
SlotIdentifier
;
24
use
ILIAS\MetaData\Vocabularies\VocabularyInterface
;
25
26
interface
FactoryInterface
27
{
28
public
const
string
STANDARD_SOURCE
=
'LOMv1.0'
;
29
public
const
string
COPYRIGHT_SOURCE
=
'ILIAS'
;
30
31
public
function
standard
(
SlotIdentifier
$slot,
string
...$values):
BuilderInterface
;
32
33
public
function
controlledString
(
34
SlotIdentifier
$slot,
35
string
$id
,
36
string
$source,
37
string
...$values
38
):
BuilderInterface
;
39
40
public
function
controlledVocabValue
(
41
SlotIdentifier
$slot,
42
string
$id,
43
string
$source,
44
string
...$values
45
):
BuilderInterface
;
46
47
public
function
copyright
(
string
...$values):
BuilderInterface
;
48
49
public
function
null
():
VocabularyInterface
;
50
}
ILIAS\MetaData\Vocabularies\Factory\FactoryInterface
Definition:
FactoryInterface.php:26
ILIAS\MetaData\Vocabularies\Factory\FactoryInterface\COPYRIGHT_SOURCE
const string COPYRIGHT_SOURCE
Definition:
FactoryInterface.php:29
ILIAS\MetaData\Vocabularies\Factory\FactoryInterface\controlledVocabValue
controlledVocabValue(SlotIdentifier $slot, string $id, string $source, string ... $values)
ILIAS\MetaData\Vocabularies\Factory\FactoryInterface\STANDARD_SOURCE
const string STANDARD_SOURCE
Definition:
FactoryInterface.php:28
ILIAS\MetaData\Vocabularies\Factory\FactoryInterface\null
null()
ILIAS\MetaData\Vocabularies\Factory
Definition:
Builder.php:21
ILIAS\MetaData\Vocabularies\Factory\FactoryInterface\standard
standard(SlotIdentifier $slot, string ... $values)
ILIAS\MetaData\Vocabularies\Factory\FactoryInterface\controlledString
controlledString(SlotIdentifier $slot, string $id, string $source, string ... $values)
ILIAS\MetaData\Vocabularies\VocabularyInterface
Definition:
VocabularyInterface.php:25
Identifier
$id
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition:
plugin.php:23
VocabularyInterface
ILIAS\MetaData\Vocabularies\Factory\BuilderInterface
Definition:
BuilderInterface.php:26
ILIAS\MetaData\Vocabularies\Factory\FactoryInterface\copyright
copyright(string ... $values)
components
ILIAS
MetaData
classes
Vocabularies
Factory
FactoryInterface.php
Generated on Wed Apr 9 2025 23:02:23 for ILIAS by
1.8.13 (using
Doxyfile
)