ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
StreamConsumer.php
Go to the documentation of this file.
1 <?php
2 
4 
6 
11 interface StreamConsumer
12 {
13 
17  public function getStream() : FileStream;
18 }
Interface FileStream The base interface for all filesystem streams.
Definition: FileStream.php:17