ILIAS  trunk Revision v11.0_alpha-1831-g8615d53dadb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\MetaData\Services\Paths\PathsInterface Interface Reference
+ 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...
 

Detailed Description

Definition at line 25 of file PathsInterface.php.

Member Function Documentation

◆ authors()

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.

◆ copyright()

ILIAS\MetaData\Services\Paths\PathsInterface::copyright ( )

Path to rights > description > string.

Implemented in ILIAS\MetaData\Services\Paths\Paths.

◆ custom()

ILIAS\MetaData\Services\Paths\PathsInterface::custom ( )

Get a builder to construct custom paths.

Implemented in ILIAS\MetaData\Services\Paths\Paths.

◆ descriptions()

ILIAS\MetaData\Services\Paths\PathsInterface::descriptions ( )

Path to general > description > string.

Implemented in ILIAS\MetaData\Services\Paths\Paths.

◆ firstDescription()

ILIAS\MetaData\Services\Paths\PathsInterface::firstDescription ( )

Path to general > description > string, restricted to the first description.

Implemented in ILIAS\MetaData\Services\Paths\Paths.

◆ firstTypicalLearningTime()

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.

◆ keywords()

ILIAS\MetaData\Services\Paths\PathsInterface::keywords ( )

Path to general > keyword > string.

Implemented in ILIAS\MetaData\Services\Paths\Paths.

◆ languages()

ILIAS\MetaData\Services\Paths\PathsInterface::languages ( )

Path to general > language.

Implemented in ILIAS\MetaData\Services\Paths\Paths.

◆ title()

ILIAS\MetaData\Services\Paths\PathsInterface::title ( )

Path to general > title > string.

Implemented in ILIAS\MetaData\Services\Paths\Paths.


The documentation for this interface was generated from the following file: