|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Elements\Data\Data:
Collaboration diagram for ILIAS\MetaData\Elements\Data\Data: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... | |
| 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().
Here is the call graph for this function:| 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().
Here is the caller graph for this function:| 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().
Here is the caller graph for this function:| 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().