ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
PresentationInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
27 
29 {
35  public function presentableLabels(
36  PresentationUtilities $presentation_utilities,
37  SlotIdentifier $slot,
38  bool $with_unknown_vocab_flag,
39  string ...$values
40  ): \Generator;
41 
45  public function labelsForVocabulary(
46  PresentationUtilities $presentation_utilities,
47  VocabularyInterface $vocabulary
48  ): \Generator;
49 }
labelsForVocabulary(PresentationUtilities $presentation_utilities, VocabularyInterface $vocabulary)
presentableLabels(PresentationUtilities $presentation_utilities, SlotIdentifier $slot, bool $with_unknown_vocab_flag, string ... $values)
For values not from any active vocabulary, returns the value itself as label, optionally with &#39;unknow...