mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-04 00:54:08 +02:00
Add IteratorDirectory to create directory handles from iterators and arrays
This commit is contained in:
parent
b876cef7f2
commit
214a31bc98
3 changed files with 258 additions and 0 deletions
|
|
@ -13,6 +13,11 @@ namespace Icewind\Streams;
|
|||
* This wrapper itself doesn't implement any functionality but is just a base class for other wrappers to extend
|
||||
*/
|
||||
abstract class Wrapper implements File {
|
||||
/**
|
||||
* @var resource
|
||||
*/
|
||||
public $context;
|
||||
|
||||
/**
|
||||
* The wrapped stream
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue