ILIAS
trunk Revision v11.0_alpha-2638-g80c1d007f79
◀ 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\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
Definition:
ProcessorInterface.php:25
ILIAS\MetaData\Repository\Validation\ProcessorInterface\cleanMarkers
cleanMarkers(SetInterface $set)
Checks whether the proposed manipulations on the set via markers are valid.
SetInterface
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:26
ILIAS\MetaData\Repository\Validation
ILIAS\MetaData\Repository\Validation\ProcessorInterface\checkMarkers
checkMarkers(SetInterface $set)
Checks whether the proposed manipulations on the set via markers are valid.
components
ILIAS
MetaData
classes
Repository
Validation
ProcessorInterface.php
Generated on Sun Aug 31 2025 23:03:23 for ILIAS by
1.8.13 (using
Doxyfile
)