ILIAS  trunk Revision v11.0_alpha-2658-ge2404539063
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...
 

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.

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

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

◆ vocabulary()

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

Implements ILIAS\MetaData\Vocabularies\Copyright\BridgeInterface.

Definition at line 30 of file NullBridge.php.

References null.

30  : ?VocabularyInterface
31  {
32  return null;
33  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null

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