ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
StreamedTrait.php
Go to the documentation of this file.
1
<?
php
2
3
namespace
League\Flysystem\Adapter\Polyfill
;
4
5
trait
StreamedTrait
6
{
7
use
StreamedReadingTrait
;
8
use
StreamedWritingTrait
;
9
}
StreamedTrait
League\Flysystem\Adapter\Polyfill\StreamedReadingTrait
trait StreamedReadingTrait
A helper for adapters that only handle strings to provide read streams.
Definition:
StreamedReadingTrait.php:9
League\Flysystem\Adapter\Polyfill
Definition:
NotSupportingVisibilityTrait.php:3
php
League\Flysystem\Adapter\Polyfill\StreamedWritingTrait
trait StreamedWritingTrait
Definition:
StreamedWritingTrait.php:9
libs
composer
vendor
league
flysystem
src
Adapter
Polyfill
StreamedTrait.php
Generated on Thu Jan 16 2025 19:01:42 for ILIAS by
1.8.13 (using
Doxyfile
)