ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ScaffoldProviderInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
25 
27 {
35  public function getScaffoldsForElement(
36  ElementInterface $element
37  ): \Generator;
38 
47  ElementInterface $element
48  ): \Generator;
49 
53  public function set(): SetInterface;
54 }
getPossibleSubElementNamesForElementInOrder(ElementInterface $element)
Returns the names of all possible sub-elements for the given element in the order defined by the stru...
getScaffoldsForElement(ElementInterface $element)
Returns all elements that could be added as sub-elements to the given element as scaffolds.