|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Services\Paths\PathsInterface:
Collaboration diagram for ILIAS\MetaData\Services\Paths\PathsInterface:Public Member Functions | |
| title () | |
| Path to general > title > string. More... | |
| descriptions () | |
| Path to general > description > string. More... | |
| firstDescription () | |
| Path to general > description > string, restricted to the first description. More... | |
| keywords () | |
| Path to general > keyword > string. More... | |
| languages () | |
| Path to general > language. More... | |
| authors () | |
| Path to lifeCycle > contribute > entity, where the contribute has a role > value with value 'author'. More... | |
| firstTypicalLearningTime () | |
| Path to educational > typicalLearningTime > duration, restricted to the first instance of educational. More... | |
| copyright () | |
| Path to rights > description > string. More... | |
| custom () | |
| Get a builder to construct custom paths. More... | |
Definition at line 25 of file PathsInterface.php.
| ILIAS\MetaData\Services\Paths\PathsInterface::authors | ( | ) |
Path to lifeCycle > contribute > entity, where the contribute has a role > value with value 'author'.
Implemented in ILIAS\MetaData\Services\Paths\Paths.
| ILIAS\MetaData\Services\Paths\PathsInterface::copyright | ( | ) |
Path to rights > description > string.
Implemented in ILIAS\MetaData\Services\Paths\Paths.
| ILIAS\MetaData\Services\Paths\PathsInterface::custom | ( | ) |
Get a builder to construct custom paths.
Implemented in ILIAS\MetaData\Services\Paths\Paths.
| ILIAS\MetaData\Services\Paths\PathsInterface::descriptions | ( | ) |
Path to general > description > string.
Implemented in ILIAS\MetaData\Services\Paths\Paths.
| ILIAS\MetaData\Services\Paths\PathsInterface::firstDescription | ( | ) |
Path to general > description > string, restricted to the first description.
Implemented in ILIAS\MetaData\Services\Paths\Paths.
| ILIAS\MetaData\Services\Paths\PathsInterface::firstTypicalLearningTime | ( | ) |
Path to educational > typicalLearningTime > duration, restricted to the first instance of educational.
Implemented in ILIAS\MetaData\Services\Paths\Paths.
| ILIAS\MetaData\Services\Paths\PathsInterface::keywords | ( | ) |
Path to general > keyword > string.
Implemented in ILIAS\MetaData\Services\Paths\Paths.
| ILIAS\MetaData\Services\Paths\PathsInterface::languages | ( | ) |
Path to general > language.
Implemented in ILIAS\MetaData\Services\Paths\Paths.
| ILIAS\MetaData\Services\Paths\PathsInterface::title | ( | ) |
Path to general > title > string.
Implemented in ILIAS\MetaData\Services\Paths\Paths.