|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\MetaData\Presentation\Data:
Collaboration diagram for ILIAS\MetaData\Presentation\Data:Public Member Functions | |
| __construct (UtilitiesInterface $utilities, DataHelperInterface $data_helper) | |
| dataValue (ElementsDataInterface $data) | |
| vocabularyValue (string $value) | |
| language (string $language) | |
| datetime (string $datetime) | |
| duration (string $duration) | |
Protected Member Functions | |
| fillSpaces (string $string) | |
| camelCaseToSpaces (string $string) | |
Protected Attributes | |
| UtilitiesInterface | $utilities |
| DataHelperInterface | $data_helper |
| ILIAS\MetaData\Presentation\Data::__construct | ( | UtilitiesInterface | $utilities, |
| DataHelperInterface | $data_helper | ||
| ) |
Definition at line 32 of file Data.php.
References ILIAS\MetaData\Presentation\Data\$data_helper, and ILIAS\MetaData\Presentation\Data\$utilities.
|
protected |
Definition at line 128 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\vocabularyValue().
Here is the caller graph for this function:| ILIAS\MetaData\Presentation\Data::dataValue | ( | ElementsDataInterface | $data | ) |
Implements ILIAS\MetaData\Presentation\DataInterface.
Definition at line 40 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().
Here is the call graph for this function:| ILIAS\MetaData\Presentation\Data::datetime | ( | string | $datetime | ) |
Implements ILIAS\MetaData\Presentation\DataInterface.
Definition at line 93 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\dataValue().
Here is the caller graph for this function:| ILIAS\MetaData\Presentation\Data::duration | ( | string | $duration | ) |
Implements ILIAS\MetaData\Presentation\DataInterface.
Definition at line 99 of file Data.php.
References ILIAS\LTI\ToolProvider\$key.
Referenced by ILIAS\MetaData\Presentation\Data\dataValue().
Here is the caller graph for this function:
|
protected |
Definition at line 122 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\vocabularyValue().
Here is the caller graph for this function:| ILIAS\MetaData\Presentation\Data::language | ( | string | $language | ) |
Implements ILIAS\MetaData\Presentation\DataInterface.
Definition at line 88 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\dataValue().
Here is the caller graph for this function:| ILIAS\MetaData\Presentation\Data::vocabularyValue | ( | string | $value | ) |
Implements ILIAS\MetaData\Presentation\DataInterface.
Definition at line 60 of file Data.php.
References ILIAS\MetaData\Presentation\Data\camelCaseToSpaces(), and ILIAS\MetaData\Presentation\Data\fillSpaces().
Referenced by ILIAS\MetaData\Presentation\Data\dataValue().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 30 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\__construct().
|
protected |
Definition at line 29 of file Data.php.
Referenced by ILIAS\MetaData\Presentation\Data\__construct().