ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
PreProcessorManager.php
Go to the documentation of this file.
1 <?php
2 
4 
9 
23 {
24 
34  public function with(PreProcessor $processor);
35 
36 
47  public function process(FileStream $stream, Metadata $metadata);
48 }
$metadata['__DYNAMIC:1__']
$stream
PHP stream implementation.
with(PreProcessor $processor)
Adds the processor to the current manager.
Interface FileStream.
Definition: FileStream.php:20
process(FileStream $stream, Metadata $metadata)
Invokes the registered processors until one rejects the file or fails.