ILIAS
trunk Revision v11.0_alpha-1811-gd2d5443e411
|
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... | |
Definition at line 26 of file NullData.php.
ILIAS\MetaData\Elements\Data\NullData::type | ( | ) |
LOM data type.
Implements ILIAS\MetaData\Elements\Data\DataInterface.
Definition at line 28 of file NullData.php.
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.
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.