ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
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 }
with(PreProcessor $processor)
Adds the processor to the current manager.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Interface FileStream.
Definition: FileStream.php:20
process(FileStream $stream, Metadata $metadata)
Invokes the registered processors until one rejects the file or fails.