ILIAS
trunk Revision v11.0_alpha-1749-g1a06bdef097
|
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 25 of file DataInterface.php.
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().
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.
Referenced by ILIAS\MetaData\Editor\Full\Services\Inputs\WithoutConditions\DurationFactory\dataValueForInput(), ILIAS\MetaData\Editor\Full\Services\Inputs\WithoutConditions\DatetimeFactory\dataValueForInput(), and ILIAS\MetaData\XML\Writer\Standard\Standard\getDataValue().
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.