ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
VocabularyInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
26 {
27  public function source(): string;
28 
32  public function values(): \Generator;
33 
38  public function isConditional(): bool;
39 
45  public function condition(): ?ConditionInterface;
46 }
condition()
Contains the path to the element this vocabulary is conditional on, and the value the element needs t...
isConditional()
Some vocabularies are only available if a different MD element has a certain value.