ILIAS  trunk Revision v11.0_alpha-1866-gfa368f7776e
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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...
 

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.

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: