ILIAS
trunk Revision v11.0_alpha-1702-gfd3ecb7f852
◀ 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
NullElement.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Elements
;
22
23
use
ILIAS\MetaData\Elements\Base\NullBaseElement
;
24
use
ILIAS\MetaData\Elements\Data\DataInterface
;
25
use
ILIAS\MetaData\Elements\Data\NullData
;
26
use
ILIAS\MetaData\Elements\Markers\Action
;
27
use
ILIAS\MetaData\Elements\Markers\MarkerFactoryInterface
;
28
use
ILIAS\MetaData\Elements\Markers\MarkerInterface
;
29
use
ILIAS\MetaData\Elements\Markers\NullMarker
;
30
use
ILIAS\MetaData\Manipulator\ScaffoldProvider\ScaffoldProviderInterface
;
31
32
class
NullElement
extends
NullBaseElement
implements
ElementInterface
33
{
34
public
function
isScaffold
(): bool
35
{
36
return
false
;
37
}
38
39
public
function
getData
():
DataInterface
40
{
41
return
new
NullData
();
42
}
43
44
public
function
isMarked
(): bool
45
{
46
return
false
;
47
}
48
49
public
function
getMarker
(): ?
MarkerInterface
50
{
51
return
new
NullMarker
();
52
}
53
54
public
function
mark
(
MarkerFactoryInterface
$factory,
Action
$action,
string
$data_value =
''
): void
55
{
56
}
57
58
public
function
unmark
(): void
59
{
60
}
61
62
public
function
addScaffoldsToSubElements
(
ScaffoldProviderInterface
$scaffold_provider): void
63
{
64
}
65
66
public
function
addScaffoldToSubElements
(
ScaffoldProviderInterface
$scaffold_provider,
string
$name): ?
ElementInterface
67
{
68
return
null
;
69
}
70
71
public
function
getSubElements
(): \
Generator
72
{
73
yield
from
[];
74
}
75
76
public
function
getSuperElement
(): ?
ElementInterface
77
{
78
return
null
;
79
}
80
}
ILIAS\MetaData\Elements\NullElement\addScaffoldsToSubElements
addScaffoldsToSubElements(ScaffoldProviderInterface $scaffold_provider)
Scaffolds are used to mark where elements could potentially be created.
Definition:
NullElement.php:62
ILIAS\MetaData\Elements\NullElement\getData
getData()
Definition:
NullElement.php:39
ILIAS\MetaData\Elements\Markers\NullMarker
Definition:
NullMarker.php:23
DataInterface
ILIAS\MetaData\Elements\NullElement\addScaffoldToSubElements
addScaffoldToSubElements(ScaffoldProviderInterface $scaffold_provider, string $name)
If possible, adds a scaffold with the given name to this element's sub-elements, and returns it...
Definition:
NullElement.php:66
NullData
NullBaseElement
ILIAS\MetaData\Elements\Data\NullData
Definition:
NullData.php:26
ILIAS\MetaData\Elements\Data\DataInterface
Definition:
DataInterface.php:25
MarkerFactoryInterface
ILIAS\MetaData\Elements\NullElement\getSuperElement
getSuperElement()
Definition:
NullElement.php:76
ILIAS\MetaData\Elements\NullElement\getSubElements
getSubElements()
Definition:
NullElement.php:71
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
ILIAS\MetaData\Elements\NullElement
Definition:
NullElement.php:32
NullMarker
ILIAS\MetaData\Elements\ElementInterface
Definition:
ElementInterface.php:28
ILIAS\MetaData\Elements\NullElement\getMarker
getMarker()
Definition:
NullElement.php:49
ILIAS\MetaData\Elements\Base\NullBaseElement
Definition:
NullBaseElement.php:27
ILIAS\MetaData\Manipulator\ScaffoldProvider\ScaffoldProviderInterface
Definition:
ScaffoldProviderInterface.php:26
ILIAS\MetaData\Elements\NullElement\unmark
unmark()
Removes markers from this element, and recursively from all sub-elements.
Definition:
NullElement.php:58
ILIAS\MetaData\Elements
Generator
ILIAS\MetaData\Elements\Markers\Action
Action
Definition:
Action.php:23
ILIAS\MetaData\Elements\NullElement\isMarked
isMarked()
Elements can be marked to be created, updated or deleted.
Definition:
NullElement.php:44
ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from
from(FileStream $stream)
Definition:
GdImageToStreamTrait.php:48
ILIAS\MetaData\Elements\Markers\MarkerFactoryInterface
Definition:
MarkerFactoryInterface.php:25
ILIAS\MetaData\Elements\NullElement\mark
mark(MarkerFactoryInterface $factory, Action $action, string $data_value='')
Definition:
NullElement.php:54
MarkerInterface
ILIAS\MetaData\Elements\NullElement\isScaffold
isScaffold()
Definition:
NullElement.php:34
ScaffoldProviderInterface
ILIAS\MetaData\Elements\Markers\MarkerInterface
Definition:
MarkerInterface.php:25
components
ILIAS
MetaData
classes
Elements
NullElement.php
Generated on Thu Apr 3 2025 23:03:20 for ILIAS by
1.8.13 (using
Doxyfile
)