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

28  : Type
29  {
30  return Type::NULL;
31  }

◆ 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.

39  {
40  return SlotIdentifier::NULL;
41  }

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