ILIAS  release_7 Revision v7.30-3-g800a261c036
FileStreamReadAccess.php
Go to the documentation of this file.
1<?php
2
4
8
19{
20
32 public function readStream(string $path) : FileStream;
33}
An exception for terminatinating execution or to throw for unit testing.
Class FileNotFoundException Indicates that a file is missing or not found.
Class IOException Indicates general problems with the input or output operations.
Definition: IOException.php:13
Interface FileStreamReadAccess This interface describes all readonly streaming filesystem operations.
readStream(string $path)
Opens a readable stream of the file.
Interface FileStream The base interface for all filesystem streams.
Definition: FileStream.php:18