|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\MetaData\Elements\MockScaffoldProvider:
Collaboration diagram for ILIAS\MetaData\Elements\MockScaffoldProvider:Public Member Functions | |
| getScaffoldsForElement (ElementInterface $element) | |
| Returns all elements that could be added as sub-elements to the given element as scaffolds. More... | |
Protected Member Functions | |
| getScaffold (string $name, ElementInterface ... $elements) | |
Definition at line 271 of file ElementTest.php.
|
protected |
Definition at line 273 of file ElementTest.php.
References $data, and ILIAS\__construct().
Here is the call graph for this function:| ILIAS\MetaData\Elements\MockScaffoldProvider::getScaffoldsForElement | ( | ElementInterface | $element | ) |
Returns all elements that could be added as sub-elements to the given element as scaffolds.
Scaffolds are used to mark where elements could potentially be created. Keys are the name of the following element.
Implements ILIAS\MetaData\Repository\Utilities\ScaffoldProviderInterface.
Definition at line 319 of file ElementTest.php.