ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ ilDoc Overview
FileStreamReadAccess.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
ILIAS\Filesystem\Provider
;
4
5
use
ILIAS\Filesystem\Exception\FileNotFoundException
;
6
use
ILIAS\Filesystem\Exception\IOException
;
7
use
ILIAS\Filesystem\Stream\FileStream
;
8
18
interface
FileStreamReadAccess
19
{
20
32
public
function
readStream
(
string
$path) :
FileStream
;
33
}
php
An exception for terminatinating execution or to throw for unit testing.
ILIAS\Filesystem\Exception\FileNotFoundException
Class FileNotFoundException Indicates that a file is missing or not found.
Definition:
FileNotFoundException.php:13
ILIAS\Filesystem\Exception\IOException
Class IOException Indicates general problems with the input or output operations.
Definition:
IOException.php:13
ILIAS\Filesystem\Provider\FileStreamReadAccess
Interface FileStreamReadAccess This interface describes all readonly streaming filesystem operations.
Definition:
FileStreamReadAccess.php:19
ILIAS\Filesystem\Provider\FileStreamReadAccess\readStream
readStream(string $path)
Opens a readable stream of the file.
ILIAS\Filesystem\Stream\FileStream
Interface FileStream The base interface for all filesystem streams.
Definition:
FileStream.php:18
ILIAS\Filesystem\Provider
src
Filesystem
Provider
FileStreamReadAccess.php
Generated on Sat Oct 4 2025 21:01:13 for ILIAS by
1.9.4 (using
Doxyfile
)