ILIAS  release_9 Revision v9.13-25-g2c18ec4c24f
ScaffoldableInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
25 
27 {
32  public function addScaffoldsToSubElements(
33  ScaffoldProviderInterface $scaffold_provider
34  ): void;
35 
41  public function addScaffoldToSubElements(
42  ScaffoldProviderInterface $scaffold_provider,
43  string $name
44  ): ?ElementInterface;
45 }
addScaffoldsToSubElements(ScaffoldProviderInterface $scaffold_provider)
Scaffolds are used to mark where elements could potentially be created.
addScaffoldToSubElements(ScaffoldProviderInterface $scaffold_provider, string $name)
If possible, adds a scaffold with the given name to this element&#39;s sub-elements, and returns it...