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

Public Member Functions

 type ()
 LOM data type. More...
 
 value ()
 Value of the data, in a format according to its type. More...
 
 vocabularySlot ()
 Vocabulary slot the data belongs to (important for making vocab values/strings presentable). More...
 

Detailed Description

Definition at line 26 of file NullData.php.

Member Function Documentation

◆ type()

ILIAS\MetaData\Elements\Data\NullData::type ( )

LOM data type.

Implements ILIAS\MetaData\Elements\Data\DataInterface.

Definition at line 28 of file NullData.php.

References ILIAS\Data\Description\NULL.

◆ value()

ILIAS\MetaData\Elements\Data\NullData::value ( )

Value of the data, in a format according to its type.

Implements ILIAS\MetaData\Elements\Data\DataInterface.

Definition at line 33 of file NullData.php.

33  : string
34  {
35  return '';
36  }

◆ vocabularySlot()

ILIAS\MetaData\Elements\Data\NullData::vocabularySlot ( )

Vocabulary slot the data belongs to (important for making vocab values/strings presentable).

Implements ILIAS\MetaData\Elements\Data\DataInterface.

Definition at line 38 of file NullData.php.

References ILIAS\Data\Description\NULL.


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