ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ 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
41
public
function
firstDescription
():
PathInterface
;
42
46
public
function
keywords
():
PathInterface
;
47
51
public
function
languages
():
PathInterface
;
52
57
public
function
authors
():
PathInterface
;
58
63
public
function
firstTypicalLearningTime
():
PathInterface
;
64
68
public
function
copyright
():
PathInterface
;
69
73
public
function
custom
():
BuilderInterface
;
74
}
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\Services\Paths\PathsInterface\firstDescription
firstDescription()
Path to general > description > string, restricted to the first description.
ILIAS\MetaData\Paths\BuilderInterface
Definition:
BuilderInterface.php:28
components
ILIAS
MetaData
classes
Services
Paths
PathsInterface.php
Generated on Mon Sep 1 2025 23:03:33 for ILIAS by
1.8.13 (using
Doxyfile
)