ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ScaffoldableInterface.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
22
25
27{
35 ScaffoldProviderInterface $scaffold_provider
36 ): void;
37
45 public function addScaffoldToSubElements(
46 ScaffoldProviderInterface $scaffold_provider,
47 string $name
49}
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's sub-elements, and returns it.