Extract share interface

This commit is contained in:
Robin Appelman 2014-07-12 15:51:31 +02:00
commit cc376a4b31
3 changed files with 104 additions and 3 deletions

View file

@ -8,7 +8,7 @@
namespace Icewind\SMB;
class Share {
class Share implements IShare {
/**
* @var Server $server
*/