ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
◀ ilDoc Overview
CleanerInterface.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
CleanerInterface
26
{
32
public
function
clean
(
SetInterface
$set):
SetInterface
;
33
39
public
function
checkMarkers
(
SetInterface
$set): void;
40
}
ILIAS\MetaData\Repository\Validation\CleanerInterface\clean
clean(SetInterface $set)
Returns a new metadata set, identical to the one given but with all invalid elements (invalid data...
SetInterface
ILIAS\MetaData\Repository\Validation\CleanerInterface\checkMarkers
checkMarkers(SetInterface $set)
Checks whether the proposed manipulations on the set via markers are valid.
ILIAS\MetaData\Elements\SetInterface
Definition:
SetInterface.php:26
ILIAS\MetaData\Repository\Validation\CleanerInterface
Definition:
CleanerInterface.php:25
ILIAS\MetaData\Repository\Validation
Definition:
Cleaner.php:21
Services
MetaData
classes
Repository
Validation
CleanerInterface.php
Generated on Wed Sep 10 2025 14:11:45 for ILIAS by
1.8.13 (using
Doxyfile
)