ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
|
Public Member Functions | |
__construct (PathFactory $path_factory) | |
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... | |
Protected Attributes | |
PathFactory | $path_factory |
ILIAS\MetaData\Services\Paths\Paths::__construct | ( | PathFactory | $path_factory | ) |
Definition at line 31 of file Paths.php.
References ILIAS\MetaData\Services\Paths\Paths\$path_factory.
Referenced by ILIAS\MetaData\Services\Paths\BuilderTest\getBuilder().
ILIAS\MetaData\Services\Paths\Paths::authors | ( | ) |
Path to lifeCycle > contribute > entity, where the contribute has a role > value with value 'author'.
Implements ILIAS\MetaData\Services\Paths\PathsInterface.
Definition at line 81 of file Paths.php.
References ILIAS\MetaData\Services\Paths\Paths\custom(), and ILIAS\MetaData\Paths\Filters\DATA.
ILIAS\MetaData\Services\Paths\Paths::copyright | ( | ) |
Path to rights > description > string.
Implements ILIAS\MetaData\Services\Paths\PathsInterface.
Definition at line 108 of file Paths.php.
References ILIAS\MetaData\Services\Paths\Paths\custom().
ILIAS\MetaData\Services\Paths\Paths::custom | ( | ) |
Get a builder to construct custom paths.
Implements ILIAS\MetaData\Services\Paths\PathsInterface.
Definition at line 117 of file Paths.php.
Referenced by ILIAS\MetaData\Services\Paths\Paths\authors(), ILIAS\MetaData\Services\Paths\Paths\copyright(), ILIAS\MetaData\Services\Paths\Paths\descriptions(), ILIAS\MetaData\Services\Paths\Paths\firstDescription(), ILIAS\MetaData\Services\Paths\Paths\firstTypicalLearningTime(), ILIAS\MetaData\Services\Paths\Paths\keywords(), ILIAS\MetaData\Services\Paths\Paths\languages(), and ILIAS\MetaData\Services\Paths\Paths\title().
ILIAS\MetaData\Services\Paths\Paths::descriptions | ( | ) |
Path to general > description > string.
Implements ILIAS\MetaData\Services\Paths\PathsInterface.
Definition at line 45 of file Paths.php.
References ILIAS\MetaData\Services\Paths\Paths\custom().
ILIAS\MetaData\Services\Paths\Paths::firstDescription | ( | ) |
Path to general > description > string, restricted to the first description.
Implements ILIAS\MetaData\Services\Paths\PathsInterface.
Definition at line 54 of file Paths.php.
References ILIAS\MetaData\Services\Paths\Paths\custom().
ILIAS\MetaData\Services\Paths\Paths::firstTypicalLearningTime | ( | ) |
Path to educational > typicalLearningTime > duration, restricted to the first instance of educational.
Implements ILIAS\MetaData\Services\Paths\PathsInterface.
Definition at line 98 of file Paths.php.
References ILIAS\MetaData\Services\Paths\Paths\custom().
ILIAS\MetaData\Services\Paths\Paths::keywords | ( | ) |
Path to general > keyword > string.
Implements ILIAS\MetaData\Services\Paths\PathsInterface.
Definition at line 64 of file Paths.php.
References ILIAS\MetaData\Services\Paths\Paths\custom().
ILIAS\MetaData\Services\Paths\Paths::languages | ( | ) |
Path to general > language.
Implements ILIAS\MetaData\Services\Paths\PathsInterface.
Definition at line 73 of file Paths.php.
References ILIAS\MetaData\Services\Paths\Paths\custom().
ILIAS\MetaData\Services\Paths\Paths::title | ( | ) |
Path to general > title > string.
Implements ILIAS\MetaData\Services\Paths\PathsInterface.
Definition at line 36 of file Paths.php.
References ILIAS\MetaData\Services\Paths\Paths\custom().
|
protected |
Definition at line 29 of file Paths.php.
Referenced by ILIAS\MetaData\Services\Paths\Paths\__construct().