ILIAS
trunk Revision v11.0_alpha-2658-ge2404539063
◀ ilDoc Overview
BridgeInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Vocabularies\Copyright
;
22
23
use
ILIAS\MetaData\Vocabularies\VocabularyInterface
;
24
use
ILIAS\MetaData\Paths\PathInterface
;
25
use
ILIAS\MetaData\Vocabularies\Dispatch\Presentation\LabelledValueInterface
;
26
use
ILIAS\MetaData\Vocabularies\Slots\Identifier
as
SlotIdentifier
;
27
28
interface
BridgeInterface
29
{
30
public
function
vocabulary
(
SlotIdentifier
$slot): ?
VocabularyInterface
;
31
36
public
function
labelsForValues
(
37
SlotIdentifier
$slot,
38
string
...$values
39
): \Generator;
40
}
LabelledValueInterface
ILIAS\MetaData\Vocabularies\Copyright
Definition:
Bridge.php:21
ILIAS\MetaData\Vocabularies\Copyright\BridgeInterface\vocabulary
vocabulary(SlotIdentifier $slot)
ILIAS\MetaData\Vocabularies\VocabularyInterface
Definition:
VocabularyInterface.php:25
Identifier
ILIAS\MetaData\Vocabularies\Copyright\BridgeInterface
Definition:
BridgeInterface.php:28
VocabularyInterface
PathInterface
ILIAS\MetaData\Vocabularies\Copyright\BridgeInterface\labelsForValues
labelsForValues(SlotIdentifier $slot, string ... $values)
Values not from copyrights will not be returned at all.
components
ILIAS
MetaData
classes
Vocabularies
Copyright
BridgeInterface.php
Generated on Tue Sep 2 2025 23:03:30 for ILIAS by
1.8.13 (using
Doxyfile
)