ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
PathsInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
25 interface PathsInterface
26 {
30  public function title(): PathInterface;
31 
35  public function descriptions(): PathInterface;
36 
40  public function keywords(): PathInterface;
41 
45  public function languages(): PathInterface;
46 
51  public function authors(): PathInterface;
52 
57  public function firstTypicalLearningTime(): PathInterface;
58 
62  public function copyright(): PathInterface;
63 
67  public function custom(): BuilderInterface;
68 }
firstTypicalLearningTime()
Path to educational > typicalLearningTime > duration, restricted to the first instance of educational...
copyright()
Path to rights > description > string.
descriptions()
Path to general > description > string.
title()
Path to general > title > string.
authors()
Path to lifeCycle > contribute > entity, where the contribute has a role > value with value &#39;author&#39;...
keywords()
Path to general > keyword > string.
languages()
Path to general > language.
custom()
Get a builder to construct custom paths.