ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
◀ ilDoc Overview
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 Tue Sep 2 2025 20:01:28 for ILIAS by
1.8.13 (using
Doxyfile
)