ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
ProcessorInterface.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\MetaData\Repository\Validation
;
22
23
use
ILIAS\MetaData\Elements\SetInterface
;
24
25
interface
ProcessorInterface
26
{
33
public
function
finishAndCleanData
(
SetInterface
$set):
SetInterface
;
34
40
public
function
checkMarkers
(
SetInterface
$set): void;
41
46
public
function
cleanMarkers
(
SetInterface
$set): void;
47
}
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:27
ILIAS\MetaData\Repository\Validation\ProcessorInterface
Definition:
ProcessorInterface.php:26
ILIAS\MetaData\Repository\Validation\ProcessorInterface\finishAndCleanData
finishAndCleanData(SetInterface $set)
Returns a new metadata set, identical to the one given but with vocab slots in data filled out,...
ILIAS\MetaData\Repository\Validation\ProcessorInterface\checkMarkers
checkMarkers(SetInterface $set)
Checks whether the proposed manipulations on the set via markers are valid.
ILIAS\MetaData\Repository\Validation\ProcessorInterface\cleanMarkers
cleanMarkers(SetInterface $set)
Checks whether the proposed manipulations on the set via markers are valid.
ILIAS\MetaData\Repository\Validation
components
ILIAS
MetaData
classes
Repository
Validation
ProcessorInterface.php
Generated on Sat Oct 18 2025 23:03:27 for ILIAS by
1.9.4 (using
Doxyfile
)