ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ILIAS\MetaData\Vocabularies\VocabularyInterface Interface Reference
+ 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...
 

Detailed Description

Definition at line 25 of file VocabularyInterface.php.

Member Function Documentation

◆ condition()

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:

◆ isConditional()

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:

◆ source()

ILIAS\MetaData\Vocabularies\VocabularyInterface::source ( )

◆ values()

ILIAS\MetaData\Vocabularies\VocabularyInterface::values ( )
Returns
string[]

Implemented in ILIAS\MetaData\Vocabularies\Vocabulary.


The documentation for this interface was generated from the following file: