ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ ilDoc Overview
TagAssignmentInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Structure\Dictionaries\Tags
;
22
23
use
ILIAS\MetaData\Paths\PathInterface
;
24
use
ILIAS\MetaData\Structure\Dictionaries\Tags\TagInterface
;
25
26
interface
TagAssignmentInterface
27
{
28
public
function
matchesPath
(
PathInterface
$path
): bool;
29
30
public
function
tag
():
TagInterface
;
31
}
ILIAS\MetaData\Structure\Dictionaries\Tags\TagInterface
Definition:
TagInterface.php:23
ILIAS\MetaData\Paths\PathInterface
Definition:
PathInterface.php:25
$path
$path
Definition:
ltiservices.php:29
ILIAS\MetaData\Structure\Dictionaries\Tags\TagAssignmentInterface
Definition:
TagAssignmentInterface.php:26
ILIAS\MetaData\Structure\Dictionaries\Tags\TagAssignmentInterface\tag
tag()
ILIAS\MetaData\Structure\Dictionaries\Tags\TagAssignmentInterface\matchesPath
matchesPath(PathInterface $path)
TagInterface
ILIAS\MetaData\Structure\Dictionaries\Tags
Definition:
NullTag.php:21
PathInterface
components
ILIAS
MetaData
classes
Structure
Dictionaries
Tags
TagAssignmentInterface.php
Generated on Wed Sep 3 2025 23:03:29 for ILIAS by
1.8.13 (using
Doxyfile
)