ILIAS
trunk Revision v11.0_alpha-2645-g16283d3b3f8
◀ ilDoc Overview
IdentifierHandlerInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Repository\IdentifierHandler
;
22
23
use
ILIAS\MetaData\Elements\SetInterface
;
24
use
ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface
;
25
26
interface
IdentifierHandlerInterface
27
{
28
public
function
prepareUpdateOfIdentifier
(
29
SetInterface
$set,
30
RessourceIDInterface
$ressource_id
31
):
SetInterface
;
32
}
ILIAS\MetaData\Repository\IdentifierHandler\IdentifierHandlerInterface\prepareUpdateOfIdentifier
prepareUpdateOfIdentifier(SetInterface $set, RessourceIDInterface $ressource_id)
ILIAS\MetaData\Repository\IdentifierHandler
Definition:
IdentifierHandler.php:21
ILIAS\MetaData\Repository\IdentifierHandler\IdentifierHandlerInterface
Definition:
IdentifierHandlerInterface.php:26
RessourceIDInterface
SetInterface
ILIAS\MetaData\Elements\RessourceID\RessourceIDInterface
Definition:
RessourceIDInterface.php:23
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:26
components
ILIAS
MetaData
classes
Repository
IdentifierHandler
IdentifierHandlerInterface.php
Generated on Mon Sep 1 2025 23:03:32 for ILIAS by
1.8.13 (using
Doxyfile
)