ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
VocabulariesInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
25 
27 {
31  public function vocabulariesForElement(
32  BaseElementInterface $element
33  ): \Generator;
34 
43  public function filteredVocabulariesForElement(
44  ElementInterface $element,
45  bool $ignore_marker
46  ): \Generator;
47 }
filteredVocabulariesForElement(ElementInterface $element, bool $ignore_marker)
This only returns vocabularies which are not conditional or whose condition is fulfilled.
vocabulariesForElement(BaseElementInterface $element)