$filesystem
$filesystem : \League\Flysystem\FilesystemInterface
Represents a shared directory.
__construct(\League\Flysystem\FilesystemInterface|string $filesystem, string $share, string $directory)
Create a Directory instance to represent a file share.
\League\Flysystem\FilesystemInterface|string | $filesystem | The full path to the share on the local filesystem. |
string | $share | The full path to the share (including the hostname). |
string | $directory | The name of the directory (to be appended to both $filesystem and $share). |