ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
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.