ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ ilDoc Overview
DictionaryInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Repository\Dictionary
;
22
23
use
ILIAS\MetaData\Elements\Base\BaseElementInterface
;
24
25
interface
DictionaryInterface
26
{
27
public
function
tagForElement
(
28
BaseElementInterface
$element
29
): ?
TagInterface
;
30
}
ILIAS\MetaData\Repository\Dictionary
Definition:
DictionaryInterface.php:21
ILIAS\MetaData\Repository\Dictionary\TagInterface
Definition:
TagInterface.php:25
ILIAS\MetaData\Repository\Dictionary\DictionaryInterface
Definition:
DictionaryInterface.php:25
ILIAS\MetaData\Repository\Dictionary\DictionaryInterface\tagForElement
tagForElement(BaseElementInterface $element)
BaseElementInterface
ILIAS\MetaData\Elements\Base\BaseElementInterface
Definition:
BaseElementInterface.php:27
components
ILIAS
MetaData
classes
Repository
Dictionary
DictionaryInterface.php
Generated on Sun Aug 31 2025 23:03:22 for ILIAS by
1.8.13 (using
Doxyfile
)