ILIAS  trunk Revision v12.0_alpha-377-g3641b37b9db
PreProcessor.php
Go to the documentation of this file.
1<?php
2
20
24
37interface PreProcessor
38{
52 public function process(FileStream $stream, Metadata $metadata): ProcessingStatus;
53}
process(FileStream $stream, Metadata $metadata)
This method gets invoked by the file upload service to process the file with the help of the processo...
The base interface for all filesystem streams.
Definition: FileStream.php:32
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...