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
48}
$metadata['__DYNAMIC:1__']
An exception for terminatinating execution or to throw for unit testing.
process(FileStream $stream, Metadata $metadata)
Invokes the registered processors until one rejects the file or fails.
with(PreProcessor $processor)
Adds the processor to the current manager.
Describes a data stream.
$stream
PHP stream implementation.