|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ILIAS\MetaData\Elements\MockBrokenScaffoldProvider:
Collaboration diagram for ILIAS\MetaData\Elements\MockBrokenScaffoldProvider:Public Member Functions | |
| getScaffoldsForElement (ElementInterface $element) | |
| Returns all elements that could be added as sub-elements to the given element as scaffolds. More... | |
Public Member Functions inherited from ILIAS\MetaData\Elements\MockScaffoldProvider | |
| getScaffoldsForElement (ElementInterface $element) | |
| Returns all elements that could be added as sub-elements to the given element as scaffolds. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from ILIAS\MetaData\Elements\MockScaffoldProvider | |
| getScaffold (string $name, ElementInterface ... $elements) | |
Definition at line 331 of file ElementTest.php.
| ILIAS\MetaData\Elements\MockBrokenScaffoldProvider::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 333 of file ElementTest.php.