| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
 Inheritance diagram for ILIAS\MetaData\Vocabularies\VocabularyInterface:
 Collaboration diagram for ILIAS\MetaData\Vocabularies\VocabularyInterface:Public Member Functions | |
| source () | |
| values () | |
| isConditional () | |
| Some vocabularies are only available if a different MD element has a certain value.  More... | |
| condition () | |
| Contains the path to the element this vocabulary is conditional on, and the value the element needs to have.  More... | |
Definition at line 25 of file VocabularyInterface.php.
| ILIAS\MetaData\Vocabularies\VocabularyInterface::condition | ( | ) | 
Contains the path to the element this vocabulary is conditional on, and the value the element needs to have.
Implemented in ILIAS\MetaData\Vocabularies\Vocabulary.
Referenced by ILIAS\MetaData\Vocabularies\LOMVocabularies\checkCondition().
 Here is the caller graph for this function:| ILIAS\MetaData\Vocabularies\VocabularyInterface::isConditional | ( | ) | 
Some vocabularies are only available if a different MD element has a certain value.
Implemented in ILIAS\MetaData\Vocabularies\Vocabulary.
Referenced by ILIAS\MetaData\Vocabularies\LOMVocabularies\checkCondition().
 Here is the caller graph for this function:| ILIAS\MetaData\Vocabularies\VocabularyInterface::source | ( | ) | 
Implemented in ILIAS\MetaData\Vocabularies\Vocabulary.
| ILIAS\MetaData\Vocabularies\VocabularyInterface::values | ( | ) | 
Implemented in ILIAS\MetaData\Vocabularies\Vocabulary.