Add interfaces for File and Directory wrappers

This commit is contained in:
Robin Appelman 2014-07-30 23:51:55 +02:00
commit b876cef7f2
5 changed files with 124 additions and 3 deletions

View file

@ -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
*