ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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
Definition:
BaseElement.php:21
ILIAS\MetaData\Elements\Base\BaseSetInterface
Definition:
BaseSetInterface.php:23
ILIAS\MetaData\Elements\Base\NullBaseSet
Definition:
NullBaseSet.php:23
ILIAS\MetaData\Elements\Base\NullBaseSet\getRoot
getRoot()
Returns the root element of the metadata set.
Definition:
NullBaseSet.php:25
ILIAS\MetaData\Elements\Base\NullBaseElement
Definition:
NullBaseElement.php:27
ILIAS\MetaData\Elements\Base\BaseElementInterface
Definition:
BaseElementInterface.php:27
components
ILIAS
MetaData
classes
Elements
Base
NullBaseSet.php
Generated on Wed Sep 3 2025 23:03:28 for ILIAS by
1.8.13 (using
Doxyfile
)