|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Elements\Structure\StructureElement:
Collaboration diagram for ILIAS\MetaData\Elements\Structure\StructureElement:Public Member Functions | |
| __construct (bool $is_root, DefinitionInterface $definition, StructureElement ... $sub_elements) | |
| getMDID () | |
| getSuperElement () | |
| getSubElements () | |
| getSubElement (string $name) | |
| Return the first sub-element with the given name, if one exists. 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... | |
| getMDID () | |
| getDefinition () | |
| Defining properties of the metadata element. More... | |
| getSubElements () | |
| getSuperElement () | |
| isRoot () | |
| getMDID () | |
| getSubElements () | |
| getSubElement (string $name) | |
| Return the first sub-element with the given name, if one exists. More... | |
| getSuperElement () | |
Protected Member Functions | |
| checkSubElement (BaseElement $element) | |
Protected Member Functions inherited from ILIAS\MetaData\Elements\Base\BaseElement | |
| addSubElement (BaseElement $sub_element) | |
| orderSubElements (string ... $names_in_order) | |
| setSuperElement (?BaseElement $super_element) | |
Definition at line 28 of file StructureElement.php.
| ILIAS\MetaData\Elements\Structure\StructureElement::__construct | ( | bool | $is_root, |
| DefinitionInterface | $definition, | ||
| StructureElement ... | $sub_elements | ||
| ) |
Definition at line 30 of file StructureElement.php.
References ILIAS\MetaData\Elements\Base\BaseElement\$definition, ILIAS\MetaData\Elements\Base\BaseElement\$sub_elements, ILIAS\GlobalScreen\Provider\__construct(), and ILIAS\MetaData\Elements\STRUCTURE.
Here is the call graph for this function:
|
protected |
Definition at line 90 of file StructureElement.php.
Referenced by ILIAS\MetaData\Elements\Structure\StructureElement\getSubElement(), and ILIAS\MetaData\Elements\Structure\StructureElement\getSubElements().
Here is the caller graph for this function:| ILIAS\MetaData\Elements\Structure\StructureElement::getMDID | ( | ) |
Reimplemented from ILIAS\MetaData\Elements\Base\BaseElement.
Definition at line 42 of file StructureElement.php.
References ILIAS\MetaData\Elements\STRUCTURE.
| ILIAS\MetaData\Elements\Structure\StructureElement::getSubElement | ( | string | $name | ) |
Return the first sub-element with the given name, if one exists.
Implements ILIAS\MetaData\Elements\Structure\StructureElementInterface.
Definition at line 75 of file StructureElement.php.
References ILIAS\MetaData\Elements\Structure\StructureElement\checkSubElement(), ILIAS\MetaData\Elements\Base\BaseElementInterface\getDefinition(), and ILIAS\MetaData\Elements\Structure\StructureElement\getSubElements().
Here is the call graph for this function:| ILIAS\MetaData\Elements\Structure\StructureElement::getSubElements | ( | ) |
Reimplemented from ILIAS\MetaData\Elements\Base\BaseElement.
Definition at line 67 of file StructureElement.php.
References ILIAS\MetaData\Elements\Structure\StructureElement\checkSubElement().
Referenced by ILIAS\MetaData\Elements\Structure\StructureElement\getSubElement().
Here is the call graph for this function:
Here is the caller graph for this function:| ILIAS\MetaData\Elements\Structure\StructureElement::getSuperElement | ( | ) |
Reimplemented from ILIAS\MetaData\Elements\Base\BaseElement.
Definition at line 53 of file StructureElement.php.