ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
NullSet.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\RessourceID\NullRessourceID
;
24
use
ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface
;
25
26
class
NullSet
implements
SetInterface
27
{
28
public
function
getRessourceID
():
RessourceIDInterface
29
{
30
return
new
NullRessourceID
();
31
}
32
33
public
function
getRoot
():
ElementInterface
34
{
35
return
new
NullElement
();
36
}
37
}
ILIAS\MetaData\Elements\NullSet\getRoot
getRoot()
Returns the root element of the metadata set.
Definition:
NullSet.php:33
ILIAS\MetaData\Elements\NullSet
Definition:
NullSet.php:26
ILIAS\MetaData\Elements\NullElement
Definition:
NullElement.php:32
RessourceIDInterface
ILIAS\MetaData\Elements\ElementInterface
Definition:
ElementInterface.php:28
ILIAS\MetaData\Elements\RessourceID\NullRessourceID
Definition:
NullRessourceID.php:23
ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface
Definition:
RessourceIDInterface.php:23
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:26
ILIAS\MetaData\Elements
ILIAS\MetaData\Elements\NullSet\getRessourceID
getRessourceID()
Contains the information needed to identify the ILIAS object this metadata set belongs to...
Definition:
NullSet.php:28
NullRessourceID
components
ILIAS
MetaData
classes
Elements
NullSet.php
Generated on Sun Aug 31 2025 23:03:23 for ILIAS by
1.8.13 (using
Doxyfile
)