ILIAS  trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
NullBridge.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
27 
28 class NullBridge implements BridgeInterface
29 {
31  {
32  return null;
33  }
34 
35  public function labelsForValues(
36  SlotIdentifier $slot,
37  string ...$values
38  ): \Generator {
39  yield from [];
40  }
41 }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
labelsForValues(SlotIdentifier $slot, string ... $values)
Values not from copyrights will not be returned at all.
Definition: NullBridge.php:35