ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
__construct (PathFactoryInterface $path_factory, NavigatorFactoryInterface $navigator_factory, TagAssignmentInterface ... $tag_assignments) | |
tagsForElement (BaseElementInterface $element) | |
If possible, takes into account the index of elements when finding tags (beginning with 0). More... | |
Protected Member Functions | |
getAllTagsForElement (PathInterface $path) | |
doesIndexMatch (PathInterface $path, BaseElementInterface $element, TagInterface $tag) | |
findIndexOfElement (PathInterface $path, ElementInterface $element) | |
Protected Attributes | |
PathFactoryInterface | $path_factory |
NavigatorFactoryInterface | $navigator_factory |
Private Attributes | |
array | $tag_assignments = [] |
Definition at line 32 of file Dictionary.php.
ILIAS\MetaData\Structure\Dictionaries\Dictionary::__construct | ( | PathFactoryInterface | $path_factory, |
NavigatorFactoryInterface | $navigator_factory, | ||
TagAssignmentInterface ... | $tag_assignments | ||
) |
Definition at line 42 of file Dictionary.php.
References ILIAS\MetaData\Structure\Dictionaries\Dictionary\$navigator_factory, ILIAS\MetaData\Structure\Dictionaries\Dictionary\$path_factory, and ILIAS\MetaData\Structure\Dictionaries\Dictionary\$tag_assignments.
|
protected |
Definition at line 80 of file Dictionary.php.
Referenced by ILIAS\MetaData\Structure\Dictionaries\Dictionary\tagsForElement().
|
protected |
Definition at line 98 of file Dictionary.php.
|
protected |
Definition at line 74 of file Dictionary.php.
ILIAS\MetaData\Structure\Dictionaries\Dictionary::tagsForElement | ( | BaseElementInterface | $element | ) |
If possible, takes into account the index of elements when finding tags (beginning with 0).
Reimplemented in ILIAS\MetaData\Repository\Validation\Dictionary\LOMDictionary.
Definition at line 59 of file Dictionary.php.
References $path, and ILIAS\MetaData\Structure\Dictionaries\Dictionary\doesIndexMatch().
|
protected |
Definition at line 35 of file Dictionary.php.
Referenced by ILIAS\MetaData\Structure\Dictionaries\Dictionary\__construct().
|
protected |
Definition at line 34 of file Dictionary.php.
Referenced by ILIAS\MetaData\Structure\Dictionaries\Dictionary\__construct().
|
private |
Definition at line 40 of file Dictionary.php.
Referenced by ILIAS\MetaData\Structure\Dictionaries\Dictionary\__construct().