ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
PreProcessor.php
Go to the documentation of this file.
1<?php
2
4
8use Psr\Http\Message\StreamInterface;
9
22interface PreProcessor
23{
24
38 public function process(FileStream $stream, Metadata $metadata);
39}
An exception for terminatinating execution or to throw for unit testing.
process(FileStream $stream, Metadata $metadata)
This method gets invoked by the file upload service to process the file with the help of the processo...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...