|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Elements\Scaffolds\ScaffoldableInterface:
Collaboration diagram for ILIAS\MetaData\Elements\Scaffolds\ScaffoldableInterface:Public Member Functions | |
| 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... | |
Definition at line 26 of file ScaffoldableInterface.php.
| ILIAS\MetaData\Elements\Scaffolds\ScaffoldableInterface::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. Scaffolds are added such that the order of elements as suggested by the structure is preserved.
Implemented in ILIAS\MetaData\Elements\Element, and ILIAS\MetaData\Elements\NullElement.
| ILIAS\MetaData\Elements\Scaffolds\ScaffoldableInterface::addScaffoldToSubElements | ( | ScaffoldProviderInterface | $scaffold_provider, |
| string | $name | ||
| ) |
If possible, adds a scaffold with the given name to this element's sub-elements, and returns it.
Scaffolds are added such that the order of elements as suggested by the structure is preserved.
Implemented in ILIAS\MetaData\Elements\Element, and ILIAS\MetaData\Elements\NullElement.
Referenced by ILIAS\MetaData\XML\Reader\Standard\StructurallyCoupled\prepareAddingLangStringFromXML().
Here is the caller graph for this function: