ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
ScaffoldableInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Elements\Scaffolds
;
22
23
use
ILIAS\MetaData\Elements\ElementInterface
;
24
use
ILIAS\MetaData\Repository\Utilities\ScaffoldProviderInterface
;
25
26
interface
ScaffoldableInterface
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
}
ScaffoldProviderInterface
ILIAS\MetaData\Elements\Scaffolds\ScaffoldableInterface\addScaffoldsToSubElements
addScaffoldsToSubElements(ScaffoldProviderInterface $scaffold_provider)
Scaffolds are used to mark where elements could potentially be created.
ILIAS\MetaData\Elements\Scaffolds\ScaffoldableInterface\addScaffoldToSubElements
addScaffoldToSubElements(ScaffoldProviderInterface $scaffold_provider, string $name)
If possible, adds a scaffold with the given name to this element's sub-elements, and returns it...
ILIAS\MetaData\Elements\ElementInterface
Definition:
ElementInterface.php:28
ILIAS\MetaData\Repository\Utilities\ScaffoldProviderInterface
Definition:
ScaffoldProviderInterface.php:25
ILIAS\MetaData\Elements\Scaffolds\ScaffoldableInterface
Definition:
ScaffoldableInterface.php:26
ElementInterface
ILIAS\MetaData\Elements\Scaffolds
Definition:
ScaffoldableInterface.php:21
Services
MetaData
classes
Elements
Scaffolds
ScaffoldableInterface.php
Generated on Wed Sep 10 2025 14:11:44 for ILIAS by
1.8.13 (using
Doxyfile
)