mirror of
https://codeberg.org/icewind/streams.git
synced 2026-06-04 00:54:08 +02:00
Add interfaces for File and Directory wrappers
This commit is contained in:
parent
37ebfdf0b1
commit
b876cef7f2
5 changed files with 124 additions and 3 deletions
|
|
@ -12,7 +12,7 @@ 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 {
|
||||
abstract class Wrapper implements File {
|
||||
/**
|
||||
* The wrapped stream
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue