ILIAS  trunk Revision v11.0_alpha-2645-g16283d3b3f8
ILIAS\MetaData\Vocabularies\Dispatch\NullReader Class Reference
+ Inheritance diagram for ILIAS\MetaData\Vocabularies\Dispatch\NullReader:
+ Collaboration diagram for ILIAS\MetaData\Vocabularies\Dispatch\NullReader:

Public Member Functions

 vocabulary (string $vocab_id)
 
 vocabulariesForSlots (SlotIdentifier ... $slots)
 
 activeVocabulariesForSlots (SlotIdentifier ... $slots)
 

Detailed Description

Definition at line 27 of file NullReader.php.

Member Function Documentation

◆ activeVocabulariesForSlots()

ILIAS\MetaData\Vocabularies\Dispatch\NullReader::activeVocabulariesForSlots ( SlotIdentifier ...  $slots)
Returns
VocabularyInterface[]

Implements ILIAS\MetaData\Vocabularies\Dispatch\ReaderInterface.

Definition at line 46 of file NullReader.php.

References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().

48  : \Generator {
49  yield from [];
50  }
+ Here is the call graph for this function:

◆ vocabulariesForSlots()

ILIAS\MetaData\Vocabularies\Dispatch\NullReader::vocabulariesForSlots ( SlotIdentifier ...  $slots)
Returns
VocabularyInterface[]

Implements ILIAS\MetaData\Vocabularies\Dispatch\ReaderInterface.

Definition at line 37 of file NullReader.php.

References ILIAS\ResourceStorage\Flavour\Machine\DefaultMachines\from().

39  : \Generator {
40  yield from [];
41  }
+ Here is the call graph for this function:

◆ vocabulary()

ILIAS\MetaData\Vocabularies\Dispatch\NullReader::vocabulary ( string  $vocab_id)

Implements ILIAS\MetaData\Vocabularies\Dispatch\ReaderInterface.

Definition at line 29 of file NullReader.php.

29  : VocabularyInterface
30  {
31  return new NullVocabulary();
32  }

The documentation for this class was generated from the following file: