ILIAS
trunk Revision v11.0_alpha-1689-g66c127b4ae8
◀ 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
NullBaseElement.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Elements\Base
;
22
23
use
ILIAS\MetaData\Elements\NoID
;
24
use
ILIAS\MetaData\Structure\Definitions\DefinitionInterface
;
25
use
ILIAS\MetaData\Structure\Definitions\NullDefinition
;
26
27
class
NullBaseElement
implements
BaseElementInterface
28
{
29
public
function
getMDID
():
int
|
NoID
30
{
31
return
0;
32
}
33
34
public
function
getDefinition
():
DefinitionInterface
35
{
36
return
new
NullDefinition
();
37
}
38
39
public
function
getSubElements
(): \
Generator
40
{
41
yield
from
[];
42
}
43
44
public
function
getSuperElement
(): ?
BaseElementInterface
45
{
46
return
null
;
47
}
48
49
public
function
isRoot
(): bool
50
{
51
return
false
;
52
}
53
}
ILIAS\MetaData\Structure\Definitions\DefinitionInterface
Definition:
DefinitionInterface.php:25
ILIAS\MetaData\Elements\Base\NullBaseElement\getSuperElement
getSuperElement()
Definition:
NullBaseElement.php:44
ILIAS\MetaData\Elements\Base
Definition:
BaseElement.php:21
NullDefinition
ILIAS\MetaData\Elements\Base\NullBaseElement\getSubElements
getSubElements()
Definition:
NullBaseElement.php:39
ILIAS\MetaData\Structure\Definitions\NullDefinition
Definition:
NullDefinition.php:25
null
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
Definition:
shib_logout.php:142
ILIAS\MetaData\Elements\Base\NullBaseElement\getMDID
getMDID()
Definition:
NullBaseElement.php:29
ILIAS\MetaData\Elements\Base\NullBaseElement
Definition:
NullBaseElement.php:27
Generator
ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from
from(FileStream $stream)
Definition:
GdImageToStreamTrait.php:48
DefinitionInterface
ILIAS\MetaData\Elements\Base\NullBaseElement\isRoot
isRoot()
Definition:
NullBaseElement.php:49
ILIAS\MetaData\Elements\Base\NullBaseElement\getDefinition
getDefinition()
Defining properties of the metadata element.
Definition:
NullBaseElement.php:34
ILIAS\MetaData\Elements\Base\BaseElementInterface
Definition:
BaseElementInterface.php:27
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ILIAS\MetaData\Elements\NoID
NoID
Definition:
NoID.php:23
components
ILIAS
MetaData
classes
Elements
Base
NullBaseElement.php
Generated on Wed Apr 2 2025 23:03:15 for ILIAS by
1.8.13 (using
Doxyfile
)