ILIAS  trunk Revision v11.0_alpha-1731-gff9cd7e2bd3
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
PreProcessor.php
Go to the documentation of this file.
1 <?php
2 
20 
24 
37 interface PreProcessor
38 {
52  public function process(FileStream $stream, Metadata $metadata): ProcessingStatus;
53 }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
process(FileStream $stream, Metadata $metadata)
This method gets invoked by the file upload service to process the file with the help of the processo...