ILIAS  trunk Revision v11.0_alpha-1702-gfd3ecb7f852
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ProcessorInterface.php
Go to the documentation of this file.
1 <?php
2 
19 declare(strict_types=1);
20 
22 
24 
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 }
finishAndCleanData(SetInterface $set)
Returns a new metadata set, identical to the one given but with vocab slots in data filled out...
cleanMarkers(SetInterface $set)
Checks whether the proposed manipulations on the set via markers are valid.
checkMarkers(SetInterface $set)
Checks whether the proposed manipulations on the set via markers are valid.