ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
NullBaseSet.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
class
NullBaseSet
implements
BaseSetInterface
24
{
25
public
function
getRoot
():
BaseElementInterface
26
{
27
return
new
NullBaseElement
();
28
}
29
}
ILIAS\MetaData\Elements\Base\NullBaseElement
Definition:
NullBaseElement.php:28
ILIAS\MetaData\Elements\Base\NullBaseSet
Definition:
NullBaseSet.php:24
ILIAS\MetaData\Elements\Base\NullBaseSet\getRoot
getRoot()
Returns the root element of the metadata set.
Definition:
NullBaseSet.php:25
ILIAS\MetaData\Elements\Base\BaseElementInterface
Definition:
BaseElementInterface.php:28
ILIAS\MetaData\Elements\Base\BaseSetInterface
Definition:
BaseSetInterface.php:24
ILIAS\MetaData\Elements\Base
Definition:
BaseElement.php:21
components
ILIAS
MetaData
classes
Elements
Base
NullBaseSet.php
Generated on Sun Oct 19 2025 23:03:19 for ILIAS by
1.9.4 (using
Doxyfile
)