ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ScaffoldProviderInterface.php
Go to the documentation of this file.
1<?php
2
19declare(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.