ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
ReaderInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Vocabularies\Dispatch
;
22
23
use
ILIAS\MetaData\Vocabularies\VocabularyInterface
;
24
use
ILIAS\MetaData\Vocabularies\Slots\Identifier
as
SlotIdentifier
;
25
26
interface
ReaderInterface
27
{
28
public
function
vocabulary
(
string
$vocab_id):
VocabularyInterface
;
29
33
public
function
vocabulariesForSlots
(
34
SlotIdentifier
...$slots
35
): \Generator;
36
40
public
function
activeVocabulariesForSlots
(
41
SlotIdentifier
...$slots
42
): \Generator;
43
}
ILIAS\MetaData\Vocabularies\Dispatch\ReaderInterface
Definition:
ReaderInterface.php:26
ILIAS\MetaData\Vocabularies\Dispatch\ReaderInterface\vocabulariesForSlots
vocabulariesForSlots(SlotIdentifier ... $slots)
ILIAS\MetaData\Vocabularies\VocabularyInterface
Definition:
VocabularyInterface.php:25
ILIAS\MetaData\Vocabularies\Dispatch
Definition:
Actions.php:21
ILIAS\MetaData\Vocabularies\Dispatch\ReaderInterface\vocabulary
vocabulary(string $vocab_id)
Identifier
VocabularyInterface
ILIAS\MetaData\Vocabularies\Dispatch\ReaderInterface\activeVocabulariesForSlots
activeVocabulariesForSlots(SlotIdentifier ... $slots)
components
ILIAS
MetaData
classes
Vocabularies
Dispatch
ReaderInterface.php
Generated on Mon Sep 1 2025 23:03:33 for ILIAS by
1.8.13 (using
Doxyfile
)