ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
StructureSetInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Elements\Structure
;
22
23
use
ILIAS\MetaData\Elements\Base\BaseSetInterface
;
24
25
interface
StructureSetInterface
extends
BaseSetInterface
26
{
27
public
function
getRoot
():
StructureElementInterface
;
28
}
ILIAS\MetaData\Elements\Structure
Definition:
NullStructureElement.php:21
BaseSetInterface
ILIAS\MetaData\Elements\Base\BaseSetInterface
Definition:
BaseSetInterface.php:23
ILIAS\MetaData\Elements\Structure\StructureSetInterface
Definition:
StructureSetInterface.php:25
ILIAS\MetaData\Elements\Structure\StructureSetInterface\getRoot
getRoot()
Returns the root element of the metadata set.
ILIAS\MetaData\Elements\Structure\StructureElementInterface
Definition:
StructureElementInterface.php:26
Services
MetaData
classes
Elements
Structure
StructureSetInterface.php
Generated on Wed Sep 10 2025 14:11:44 for ILIAS by
1.8.13 (using
Doxyfile
)