ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
PreProcessor.php
Go to the documentation of this file.
1 <?php
2 
4 
9 
22 interface PreProcessor
23 {
24 
38  public function process(FileStream $stream, Metadata $metadata);
39 }
process(FileStream $stream, Metadata $metadata)
This method gets invoked by the file upload service to process the file with the help of the processo...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface FileStream The base interface for all filesystem streams.
Definition: FileStream.php:17