ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
PathsInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Services\Paths
;
22
23
use
ILIAS\MetaData\Paths\PathInterface
;
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
}
ILIAS\MetaData\Services\Paths\PathsInterface\firstTypicalLearningTime
firstTypicalLearningTime()
Path to educational > typicalLearningTime > duration, restricted to the first instance of educational...
ILIAS\MetaData\Services\Paths\PathsInterface\copyright
copyright()
Path to rights > description > string.
ILIAS\MetaData\Services\Paths
Definition:
Builder.php:21
ILIAS\MetaData\Services\Paths\PathsInterface\descriptions
descriptions()
Path to general > description > string.
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:25
ILIAS\MetaData\Services\Paths\PathsInterface\title
title()
Path to general > title > string.
ILIAS\MetaData\Services\Paths\PathsInterface
Definition:
PathsInterface.php:25
ILIAS\MetaData\Services\Paths\PathsInterface\authors
authors()
Path to lifeCycle > contribute > entity, where the contribute has a role > value with value 'author'...
ILIAS\MetaData\Services\Paths\PathsInterface\keywords
keywords()
Path to general > keyword > string.
ILIAS\MetaData\Services\Paths\PathsInterface\languages
languages()
Path to general > language.
ILIAS\MetaData\Services\Paths\PathsInterface\custom
custom()
Get a builder to construct custom paths.
PathInterface
ILIAS\MetaData\Paths\BuilderInterface
Definition:
BuilderInterface.php:28
Services
MetaData
classes
Services
Paths
PathsInterface.php
Generated on Wed Sep 10 2025 14:11:45 for ILIAS by
1.8.13 (using
Doxyfile
)