ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
StreamConsumer.php
Go to the documentation of this file.
1
<?php
2
19
namespace
ILIAS\ResourceStorage\Consumer
;
20
21
use
ILIAS\Filesystem\Stream\FileStream
;
22
27
interface
StreamConsumer
28
{
29
public
function
getStream
():
FileStream
;
30
}
ILIAS\Filesystem\Stream\FileStream
The base interface for all filesystem streams.
Definition:
FileStream.php:32
ILIAS\ResourceStorage\Consumer\StreamConsumer
Interface StreamConsumer.
Definition:
StreamConsumer.php:28
ILIAS\ResourceStorage\Consumer\StreamConsumer\getStream
getStream()
ILIAS\ResourceStorage\Consumer
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
AbsolutePathConsumer.php:21
components
ILIAS
ResourceStorage
src
Consumer
StreamConsumer.php
Generated on Sat Oct 18 2025 23:03:38 for ILIAS by
1.9.4 (using
Doxyfile
)