ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ILIAS\MetaData\Vocabularies\Copyright\NullBridge Class Reference
+ Inheritance diagram for ILIAS\MetaData\Vocabularies\Copyright\NullBridge:
+ Collaboration diagram for ILIAS\MetaData\Vocabularies\Copyright\NullBridge:

Public Member Functions

 vocabulary (SlotIdentifier $slot)
 
 labelsForValues (SlotIdentifier $slot, string ... $values)
 Values not from copyrights will not be returned at all. More...
 
 vocabulary (SlotIdentifier $slot)
 
 labelsForValues (SlotIdentifier $slot, string ... $values)
 Values not from copyrights will not be returned at all. More...
 

Detailed Description

Definition at line 28 of file NullBridge.php.

Member Function Documentation

◆ labelsForValues()

ILIAS\MetaData\Vocabularies\Copyright\NullBridge::labelsForValues ( SlotIdentifier  $slot,
string ...  $values 
)

Values not from copyrights will not be returned at all.

Returns
LabelledValueInterface[]

Implements ILIAS\MetaData\Vocabularies\Copyright\BridgeInterface.

Definition at line 35 of file NullBridge.php.

38 : \Generator {
39 yield from [];
40 }

◆ vocabulary()

ILIAS\MetaData\Vocabularies\Copyright\NullBridge::vocabulary ( SlotIdentifier  $slot)

Implements ILIAS\MetaData\Vocabularies\Copyright\BridgeInterface.

Definition at line 30 of file NullBridge.php.

30 : ?VocabularyInterface
31 {
32 return null;
33 }

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