ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
◀ 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
League\Flysystem\Adapter\Polyfill\StreamedWritingTrait
trait StreamedWritingTrait
Definition:
StreamedWritingTrait.php:9
libs
composer
vendor
league
flysystem
src
Adapter
Polyfill
StreamedTrait.php
Generated on Tue Jan 28 2025 19:01:07 for ILIAS by
1.8.13 (using
Doxyfile
)