ILIAS
trunk Revision v11.0_alpha-1862-g4e205cb56d4
|
Public Member Functions | |
__construct (Type $type, string $value, SlotIdentifier $vocabulary_slot) | |
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... | |
Protected Attributes | |
Type | $type |
string | $value |
SlotIdentifier | $vocabulary_slot |
ILIAS\MetaData\Elements\Data\Data::__construct | ( | Type | $type, |
string | $value, | ||
SlotIdentifier | $vocabulary_slot | ||
) |
Definition at line 31 of file Data.php.
References ILIAS\MetaData\Elements\Data\Data\$type, ILIAS\MetaData\Elements\Data\Data\$value, ILIAS\MetaData\Elements\Data\Data\$vocabulary_slot, ILIAS\MetaData\Elements\Data\Data\type(), and ILIAS\MetaData\Elements\Data\Data\value().
ILIAS\MetaData\Elements\Data\Data::type | ( | ) |
LOM data type.
Implements ILIAS\MetaData\Elements\Data\DataInterface.
Definition at line 41 of file Data.php.
References ILIAS\MetaData\Elements\Data\Data\$type.
Referenced by ILIAS\MetaData\Elements\Data\Data\__construct().
ILIAS\MetaData\Elements\Data\Data::value | ( | ) |
Value of the data, in a format according to its type.
Implements ILIAS\MetaData\Elements\Data\DataInterface.
Definition at line 46 of file Data.php.
References ILIAS\MetaData\Elements\Data\Data\$value.
Referenced by ILIAS\MetaData\Elements\Data\Data\__construct().
ILIAS\MetaData\Elements\Data\Data::vocabularySlot | ( | ) |
Vocabulary slot the data belongs to (important for making vocab values/strings presentable).
Implements ILIAS\MetaData\Elements\Data\DataInterface.
Definition at line 51 of file Data.php.
References ILIAS\MetaData\Elements\Data\Data\$vocabulary_slot.
|
protected |
Definition at line 27 of file Data.php.
Referenced by ILIAS\MetaData\Elements\Data\Data\__construct(), and ILIAS\MetaData\Elements\Data\Data\type().
|
protected |
Definition at line 28 of file Data.php.
Referenced by ILIAS\MetaData\Elements\Data\Data\__construct(), and ILIAS\MetaData\Elements\Data\Data\value().
|
protected |
Definition at line 29 of file Data.php.
Referenced by ILIAS\MetaData\Elements\Data\Data\__construct(), and ILIAS\MetaData\Elements\Data\Data\vocabularySlot().