ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
NullScaffoldProvider.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
26
28{
29 public function getScaffoldsForElement(ElementInterface $element): \Generator
30 {
31 yield from [];
32 }
33
35 {
36 yield from [];
37 }
38
39 public function set(): SetInterface
40 {
41 return new NullSet();
42 }
43}
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.