ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
p
s
t
w
+
Functions
_
a
b
c
f
g
h
i
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
+
Files
File List
+
Globals
+
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
z
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
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
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
MetaDatum.php
Go to the documentation of this file.
1
<?php
namespace
ILIAS\GlobalScreen\Scope\Layout\MetaContent\MetaData
;
2
8
class
MetaDatum
9
{
13
protected
$key
;
17
protected
$value
;
18
19
public
function
__construct
(
string
$key
,
string
$value
)
20
{
21
$this->key =
$key
;
22
$this->value =
$value
;
23
}
24
25
public
function
getKey
() : string
26
{
27
return
$this->key
;
28
}
29
30
public
function
getValue
() : string
31
{
32
return
$this->value
;
33
}
34
35
}
ILIAS\GlobalScreen\Scope\Layout\MetaContent\MetaData\MetaDatum\__construct
__construct(string $key, string $value)
Definition:
MetaDatum.php:19
ILIAS\GlobalScreen\Scope\Layout\MetaContent\MetaData\MetaDatum\$key
$key
Definition:
MetaDatum.php:13
ILIAS\GlobalScreen\Scope\Layout\MetaContent\MetaData\MetaDatum\$value
$value
Definition:
MetaDatum.php:17
ILIAS\GlobalScreen\Scope\Layout\MetaContent\MetaData\MetaDatum\getKey
getKey()
Definition:
MetaDatum.php:25
ILIAS\GlobalScreen\Scope\Layout\MetaContent\MetaData
Definition:
MetaDataCollection.php:1
ILIAS\GlobalScreen\Scope\Layout\MetaContent\MetaData\MetaDatum
Class MetaDataCollection.
Definition:
MetaDatum.php:8
ILIAS\GlobalScreen\Scope\Layout\MetaContent\MetaData\MetaDatum\getValue
getValue()
Definition:
MetaDatum.php:30
src
GlobalScreen
Scope
Layout
MetaContent
MetaData
MetaDatum.php
Generated on Sat Apr 5 2025 20:01:37 for ILIAS by
1.8.13 (using
Doxyfile
)