ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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
}
BaseSetInterface
ILIAS\MetaData\Elements\Base\BaseSetInterface
Definition:
BaseSetInterface.php:23
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...
RessourceIDInterface
ILIAS\MetaData\Elements\ElementInterface
Definition:
ElementInterface.php:28
ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface
Definition:
RessourceIDInterface.php:23
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:26
ILIAS\MetaData\Elements
components
ILIAS
MetaData
classes
Elements
SetInterface.php
Generated on Sun Aug 31 2025 23:02:05 for ILIAS by
1.8.13 (using
Doxyfile
)