|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\MetaData\Elements\Element:
Collaboration diagram for ILIAS\MetaData\Elements\Element:Public Member Functions | |
| __construct (NoID|int $md_id, DefinitionInterface $definition, DataInterface $data, Element ... $sub_elements) | |
| getData () | |
| isScaffold () | |
| getSuperElement () | |
| getSubElements () | |
| isMarked () | |
| Elements can be marked to be created, updated or deleted. More... | |
| getMarker () | |
| mark (MarkerFactoryInterface $factory, Action $action, string $data_value='') | |
| 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\Base\BaseElement | |
| __construct (int|NoID $md_id, DefinitionInterface $definition, BaseElement ... $sub_elements) | |
| __clone () | |
| getMDID () | |
| getSubElements () | |
| getSuperElement () | |
| isRoot () | |
| getDefinition () | |
| Defining properties of the metadata element. More... | |
Public Member Functions inherited from ILIAS\MetaData\Elements\Markers\MarkableInterface | |
| 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... | |
Protected Member Functions | |
| setMarker (?MarkerInterface $marker) | |
Protected Member Functions inherited from ILIAS\MetaData\Elements\Base\BaseElement | |
| addSubElement (BaseElement $sub_element, string $insert_before='') | |
| setSuperElement (?BaseElement $super_element) | |
Private Attributes | |
| MarkerInterface | $marker = null |
| DataInterface | $data |
Definition at line 34 of file Element.php.
| ILIAS\MetaData\Elements\Element::__construct | ( | NoID|int | $md_id, |
| DefinitionInterface | $definition, | ||
| DataInterface | $data, | ||
| Element ... | $sub_elements | ||
| ) |
Definition at line 39 of file Element.php.
References ILIAS\MetaData\Elements\Element\$data, and ILIAS\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:| ILIAS\MetaData\Elements\Element::addScaffoldsToSubElements | ( | ScaffoldProviderInterface | $scaffold_provider | ) |
Scaffolds are used to mark where elements could potentially be created.
Adds all possible scaffolds to this element's sub-elements.
Implements ILIAS\MetaData\Elements\Scaffolds\ScaffoldableInterface.
Definition at line 120 of file Element.php.
References ILIAS\MetaData\Elements\Base\BaseElement\addSubElement(), and ILIAS\MetaData\Repository\Utilities\ScaffoldProviderInterface\getScaffoldsForElement().
Here is the call graph for this function:| ILIAS\MetaData\Elements\Element::addScaffoldToSubElements | ( | ScaffoldProviderInterface | $scaffold_provider, |
| string | $name | ||
| ) |
If possible, adds a scaffold with the given name to this element's sub-elements, and returns it.
Implements ILIAS\MetaData\Elements\Scaffolds\ScaffoldableInterface.
Definition at line 131 of file Element.php.
References ILIAS\MetaData\Elements\Base\BaseElement\addSubElement(), and ILIAS\MetaData\Repository\Utilities\ScaffoldProviderInterface\getScaffoldsForElement().
Here is the call graph for this function:| ILIAS\MetaData\Elements\Element::getData | ( | ) |
Implements ILIAS\MetaData\Elements\ElementInterface.
Definition at line 49 of file Element.php.
References ILIAS\MetaData\Elements\Element\$data.
| ILIAS\MetaData\Elements\Element::getMarker | ( | ) |
Implements ILIAS\MetaData\Elements\Markers\MarkableInterface.
Definition at line 90 of file Element.php.
References ILIAS\MetaData\Elements\Element\$marker.
| ILIAS\MetaData\Elements\Element::getSubElements | ( | ) |
Implements ILIAS\MetaData\Elements\ElementInterface.
Definition at line 73 of file Element.php.
| ILIAS\MetaData\Elements\Element::getSuperElement | ( | ) |
Implements ILIAS\MetaData\Elements\ElementInterface.
Definition at line 59 of file Element.php.
Referenced by ILIAS\MetaData\Elements\Element\mark().
Here is the caller graph for this function:| ILIAS\MetaData\Elements\Element::isMarked | ( | ) |
Elements can be marked to be created, updated or deleted.
Implements ILIAS\MetaData\Elements\Markers\MarkableInterface.
Definition at line 85 of file Element.php.
| ILIAS\MetaData\Elements\Element::isScaffold | ( | ) |
Implements ILIAS\MetaData\Elements\ElementInterface.
Definition at line 54 of file Element.php.
References ILIAS\MetaData\Elements\Base\BaseElement\getMDID().
Here is the call graph for this function:| ILIAS\MetaData\Elements\Element::mark | ( | MarkerFactoryInterface | $factory, |
| Action | $action, | ||
| string | $data_value = '' |
||
| ) |
Definition at line 95 of file Element.php.
References ILIAS\MetaData\Elements\Element\getSuperElement(), ILIAS\MetaData\Elements\Markers\MarkerFactoryInterface\marker(), and ILIAS\MetaData\Elements\Element\setMarker().
Here is the call graph for this function:
|
protected |
Definition at line 115 of file Element.php.
References ILIAS\MetaData\Elements\Element\$marker.
Referenced by ILIAS\MetaData\Elements\Element\mark().
Here is the caller graph for this function:
|
private |
Definition at line 37 of file Element.php.
Referenced by ILIAS\MetaData\Elements\Element\__construct(), and ILIAS\MetaData\Elements\Element\getData().
|
private |
Definition at line 36 of file Element.php.
Referenced by ILIAS\MetaData\Elements\Element\getMarker(), and ILIAS\MetaData\Elements\Element\setMarker().