ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\MetaData\Elements\Base\NullBaseSet Class Reference
+ Inheritance diagram for ILIAS\MetaData\Elements\Base\NullBaseSet:
+ Collaboration diagram for ILIAS\MetaData\Elements\Base\NullBaseSet:

Public Member Functions

 getRoot ()
 Returns the root element of the metadata set. More...
 
 getRoot ()
 Returns the root element of the metadata set. More...
 

Detailed Description

Definition at line 23 of file NullBaseSet.php.

Member Function Documentation

◆ getRoot()

ILIAS\MetaData\Elements\Base\NullBaseSet::getRoot ( )

Returns the root element of the metadata set.

Implements ILIAS\MetaData\Elements\Base\BaseSetInterface.

Reimplemented in ILIAS\MetaData\Elements\Structure\NullStructureSet.

Definition at line 25 of file NullBaseSet.php.

25 : BaseElementInterface
26 {
27 return new NullBaseElement();
28 }

The documentation for this class was generated from the following file: