ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
SetInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Elements
;
22
23
use
ILIAS\MetaData\Elements\Base\BaseSetInterface
;
24
use
ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface
;
25
26
interface
SetInterface
extends
BaseSetInterface
27
{
32
public
function
getRessourceID
():
RessourceIDInterface
;
33
34
public
function
getRoot
():
ElementInterface
;
35
}
ILIAS\MetaData\Elements\Base\BaseSetInterface
Definition:
BaseSetInterface.php:24
ILIAS\MetaData\Elements\ElementInterface
Definition:
ElementInterface.php:29
ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface
Definition:
RessourceIDInterface.php:24
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:27
ILIAS\MetaData\Elements\SetInterface\getRoot
getRoot()
Returns the root element of the metadata set.
ILIAS\MetaData\Elements\SetInterface\getRessourceID
getRessourceID()
Contains the information needed to identify the ILIAS object this metadata set belongs to.
ILIAS\MetaData\Elements
components
ILIAS
MetaData
classes
Elements
SetInterface.php
Generated on Sat Oct 18 2025 23:02:27 for ILIAS by
1.9.4 (using
Doxyfile
)