ILIAS  trunk Revision v11.0_alpha-1749-g1a06bdef097
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Elements\Structure\NullStructureSet Class Reference
+ Inheritance diagram for ILIAS\MetaData\Elements\Structure\NullStructureSet:
+ Collaboration diagram for ILIAS\MetaData\Elements\Structure\NullStructureSet:

Public Member Functions

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

Detailed Description

Definition at line 26 of file NullStructureSet.php.

Member Function Documentation

◆ getRoot()

ILIAS\MetaData\Elements\Structure\NullStructureSet::getRoot ( )

Returns the root element of the metadata set.

Implements ILIAS\MetaData\Elements\Structure\StructureSetInterface.

Definition at line 28 of file NullStructureSet.php.

28  : StructureElementInterface
29  {
30  return new NullStructureElement();
31  }

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