ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
Public Member Functions | |
__construct (UtilitiesInterface $utilities, DataHelperInterface $data_helper, VocabulariesPresentation $vocab_presentation) | |
dataValue (ElementsDataInterface $data) | |
vocabularyValue (string $value, SlotIdentifier $vocabulary_slot) | |
language (string $language) | |
datetime (string $datetime) | |
duration (string $duration) | |
Protected Attributes | |
UtilitiesInterface | $utilities |
DataHelperInterface | $data_helper |
VocabulariesPresentation | $vocab_presentation |
ILIAS\MetaData\Presentation\Data::__construct | ( | UtilitiesInterface | $utilities, |
DataHelperInterface | $data_helper, | ||
VocabulariesPresentation | $vocab_presentation | ||
) |
Definition at line 35 of file Data.php.
References ILIAS\MetaData\Presentation\Data\$data_helper, ILIAS\MetaData\Presentation\Data\$utilities, and ILIAS\MetaData\Presentation\Data\$vocab_presentation.
ILIAS\MetaData\Presentation\Data::dataValue | ( | ElementsDataInterface | $data | ) |
Implements ILIAS\MetaData\Presentation\DataInterface.
Definition at line 45 of file Data.php.
References ILIAS\MetaData\Presentation\Data\datetime(), ILIAS\MetaData\Elements\Data\DURATION, ILIAS\MetaData\Presentation\Data\duration(), ILIAS\MetaData\Presentation\Data\language(), and ILIAS\MetaData\Presentation\Data\vocabularyValue().
ILIAS\MetaData\Presentation\Data::datetime | ( | string | $datetime | ) |
Implements ILIAS\MetaData\Presentation\DataInterface.
Definition at line 83 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\dataValue().
ILIAS\MetaData\Presentation\Data::duration | ( | string | $duration | ) |
Implements ILIAS\MetaData\Presentation\DataInterface.
Definition at line 89 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\dataValue().
ILIAS\MetaData\Presentation\Data::language | ( | string | $language | ) |
Implements ILIAS\MetaData\Presentation\DataInterface.
Definition at line 78 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\dataValue().
ILIAS\MetaData\Presentation\Data::vocabularyValue | ( | string | $value, |
SlotIdentifier | $vocabulary_slot | ||
) |
Implements ILIAS\MetaData\Presentation\DataInterface.
Definition at line 66 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\dataValue().
|
protected |
Definition at line 32 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\__construct().
|
protected |
Definition at line 31 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\__construct().
|
protected |
Definition at line 33 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\__construct().