ILIAS  release_7 Revision v7.30-3-g800a261c036
PreProcessorManager.php
Go to the documentation of this file.
1<?php
2
4
8use Psr\Http\Message\StreamInterface;
9
23{
24
34 public function with(PreProcessor $processor);
35
36
47 public function process(FileStream $stream, Metadata $metadata);
48}
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.
Interface FileStream The base interface for all filesystem streams.
Definition: FileStream.php:18
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...