ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
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...
$metadata['__DYNAMIC:1__']
$stream
PHP stream implementation.
Interface FileStream.
Definition: FileStream.php:20