ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
PathsInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
24
26{
30 public function title(): PathInterface;
31
35 public function descriptions(): PathInterface;
36
41 public function firstDescription(): PathInterface;
42
46 public function keywords(): PathInterface;
47
51 public function languages(): PathInterface;
52
57 public function authors(): PathInterface;
58
64
68 public function copyright(): PathInterface;
69
73 public function custom(): BuilderInterface;
74}
keywords()
Path to general > keyword > string.
authors()
Path to lifeCycle > contribute > entity, where the contribute has a role > value with value 'author'.
custom()
Get a builder to construct custom paths.
languages()
Path to general > language.
firstDescription()
Path to general > description > string, restricted to the first description.
descriptions()
Path to general > description > string.
title()
Path to general > title > string.
firstTypicalLearningTime()
Path to educational > typicalLearningTime > duration, restricted to the first instance of educational...
copyright()
Path to rights > description > string.