ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\MetaData\Elements\Data\DataInterface Interface Reference
+ Inheritance diagram for ILIAS\MetaData\Elements\Data\DataInterface:
+ Collaboration diagram for ILIAS\MetaData\Elements\Data\DataInterface:

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 25 of file DataInterface.php.

Member Function Documentation

◆ type()

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

◆ value()

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

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

Implemented in ILIAS\MetaData\Elements\Data\Data, and ILIAS\MetaData\Elements\Data\NullData.

◆ vocabularySlot()

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

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

Implemented in ILIAS\MetaData\Elements\Data\Data, and ILIAS\MetaData\Elements\Data\NullData.


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