|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Elements\ElementInterface:
Collaboration diagram for ILIAS\MetaData\Elements\ElementInterface:Public Member Functions | |
| getSubElements () | |
| getSuperElement () | |
| isScaffold () | |
| getData () | |
Public Member Functions inherited from ILIAS\MetaData\Elements\Base\BaseElementInterface | |
| getMDID () | |
| getDefinition () | |
| Defining properties of the metadata element. More... | |
| getSubElements () | |
| getSuperElement () | |
| isRoot () | |
Public Member Functions inherited from ILIAS\MetaData\Elements\Scaffolds\ScaffoldableInterface | |
| addScaffoldsToSubElements (ScaffoldProviderInterface $scaffold_provider) | |
| Scaffolds are used to mark where elements could potentially be created. More... | |
| addScaffoldToSubElements (ScaffoldProviderInterface $scaffold_provider, string $name) | |
| If possible, adds a scaffold with the given name to this element's sub-elements, and returns it. More... | |
Public Member Functions inherited from ILIAS\MetaData\Elements\Markers\MarkableInterface | |
| isMarked () | |
| Elements can be marked to be created, updated or deleted. More... | |
| getMarker () | |
| mark (MarkerFactoryInterface $factory, Action $action, string $data_value='') | |
| Leaves a trail of markers from this element up to the root element, or up to the first already marked element. More... | |
| unmark () | |
| Removes markers from this element, and recursively from all sub-elements. More... | |
Definition at line 28 of file ElementInterface.php.
| ILIAS\MetaData\Elements\ElementInterface::getData | ( | ) |
Implemented in ILIAS\MetaData\Elements\Element, and ILIAS\MetaData\Elements\NullElement.
Referenced by ILIAS\MetaData\Editor\Full\Services\Inputs\Conditions\VocabValueConditionFactory\getDataFromElementOrConstraint(), ILIAS\MetaData\Editor\Full\Services\Inputs\WithoutConditions\StringFactory\getValueFromElementOrConstraint(), and ILIAS\MetaData\Editor\Full\Services\Inputs\WithoutConditions\VocabValueFactory\rawInput().
Here is the caller graph for this function:| ILIAS\MetaData\Elements\ElementInterface::getSubElements | ( | ) |
Implements ILIAS\MetaData\Elements\Base\BaseElementInterface.
Implemented in ILIAS\MetaData\Elements\Element, and ILIAS\MetaData\Elements\NullElement.
| ILIAS\MetaData\Elements\ElementInterface::getSuperElement | ( | ) |
Implements ILIAS\MetaData\Elements\Base\BaseElementInterface.
Implemented in ILIAS\MetaData\Elements\Element, and ILIAS\MetaData\Elements\NullElement.
Referenced by ILIAS\MetaData\Manipulator\Manipulator\addAndMarkScaffoldByStep(), ILIAS\MetaData\Structure\Dictionaries\DictionaryTest\getDictionary(), ILIAS\MetaData\Editor\Tree\Recursion\getLink(), ILIAS\MetaData\Editor\Full\Services\Inputs\Conditions\VocabValueConditionFactory\getPathToSourceElement(), and ILIAS\MetaData\Editor\Full\Services\Inputs\WithoutConditions\VocabValueFactory\getPathToSourceElement().
Here is the caller graph for this function:| ILIAS\MetaData\Elements\ElementInterface::isScaffold | ( | ) |
Implemented in ILIAS\MetaData\Elements\Element, and ILIAS\MetaData\Elements\NullElement.