|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\MetaData\Vocabularies\LOMVocabularies:
Collaboration diagram for ILIAS\MetaData\Vocabularies\LOMVocabularies:Public Member Functions | |
| __construct (DictionaryInitiatorInterface $dictionary_initiator, NavigatorFactoryInterface $navigator_factory) | |
| vocabulariesForElement (BaseElementInterface $element) | |
| filteredVocabulariesForElement (ElementInterface $element, bool $ignore_marker) | |
Protected Member Functions | |
| checkCondition (ElementInterface $element, VocabularyInterface $vocabulary, bool $ignore_marker) | |
| getDataValueFromRelativePath (ElementInterface $start, PathInterface $path, bool $ignore_marker) | |
Protected Attributes | |
| DictionaryInitiatorInterface | $initiator |
| NavigatorFactoryInterface | $navigator_factory |
| DictionaryInterface | $dictionary |
Definition at line 32 of file LOMVocabularies.php.
| ILIAS\MetaData\Vocabularies\LOMVocabularies::__construct | ( | DictionaryInitiatorInterface | $dictionary_initiator, |
| NavigatorFactoryInterface | $navigator_factory | ||
| ) |
Definition at line 39 of file LOMVocabularies.php.
References ILIAS\MetaData\Vocabularies\LOMVocabularies\$navigator_factory.
|
protected |
Definition at line 89 of file LOMVocabularies.php.
References ILIAS\MetaData\Vocabularies\VocabularyInterface\condition(), ILIAS\MetaData\Vocabularies\LOMVocabularies\getDataValueFromRelativePath(), and ILIAS\MetaData\Vocabularies\VocabularyInterface\isConditional().
Referenced by ILIAS\MetaData\Vocabularies\LOMVocabularies\filteredVocabulariesForElement().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\MetaData\Vocabularies\LOMVocabularies::filteredVocabulariesForElement | ( | ElementInterface | $element, |
| bool | $ignore_marker | ||
| ) |
Implements ILIAS\MetaData\Vocabularies\VocabulariesInterface.
Definition at line 64 of file LOMVocabularies.php.
References $vocab, ILIAS\MetaData\Vocabularies\LOMVocabularies\checkCondition(), ILIAS\MetaData\Vocabularies\LOMVocabularies\getDataValueFromRelativePath(), ILIAS\MetaData\Elements\Base\BaseElementInterface\getDefinition(), and ILIAS\MetaData\Vocabularies\LOMVocabularies\vocabulariesForElement().
Here is the call graph for this function:
|
protected |
Definition at line 108 of file LOMVocabularies.php.
Referenced by ILIAS\MetaData\Vocabularies\LOMVocabularies\checkCondition(), and ILIAS\MetaData\Vocabularies\LOMVocabularies\filteredVocabulariesForElement().
Here is the caller graph for this function:| ILIAS\MetaData\Vocabularies\LOMVocabularies::vocabulariesForElement | ( | BaseElementInterface | $element | ) |
Implements ILIAS\MetaData\Vocabularies\VocabulariesInterface.
Definition at line 50 of file LOMVocabularies.php.
Referenced by ILIAS\MetaData\Vocabularies\LOMVocabularies\filteredVocabulariesForElement().
Here is the caller graph for this function:
|
protected |
Definition at line 37 of file LOMVocabularies.php.
|
protected |
Definition at line 34 of file LOMVocabularies.php.
|
protected |
Definition at line 35 of file LOMVocabularies.php.
Referenced by ILIAS\MetaData\Vocabularies\LOMVocabularies\__construct().