ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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...