ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\MetaData\Elements\NullSet Class Reference
+ Inheritance diagram for ILIAS\MetaData\Elements\NullSet:
+ Collaboration diagram for ILIAS\MetaData\Elements\NullSet:

Public Member Functions

 getRessourceID ()
 Contains the information needed to identify the ILIAS object this metadata set belongs to. More...
 
 getRoot ()
 Returns the root element of the metadata set. More...
 

Detailed Description

Definition at line 26 of file NullSet.php.

Member Function Documentation

◆ getRessourceID()

ILIAS\MetaData\Elements\NullSet::getRessourceID ( )

Contains the information needed to identify the ILIAS object this metadata set belongs to.

Implements ILIAS\MetaData\Elements\SetInterface.

Definition at line 28 of file NullSet.php.

28  : RessourceIDInterface
29  {
30  return new NullRessourceID();
31  }

◆ getRoot()

ILIAS\MetaData\Elements\NullSet::getRoot ( )

Returns the root element of the metadata set.

Implements ILIAS\MetaData\Elements\SetInterface.

Definition at line 33 of file NullSet.php.

33  : ElementInterface
34  {
35  return new NullElement();
36  }

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