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

LOM data type.

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

Referenced by ILIAS\MetaData\XML\Writer\Standard\Standard\getDataValue().

+ Here is the caller graph for this function:

◆ value()

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