$path
$path : string
$filesystem : \League\Flysystem\FilesystemInterface
__construct(\League\Flysystem\FilesystemInterface $filesystem = null, string $path = null)
Constructor.
\League\Flysystem\FilesystemInterface | $filesystem | |
string | $path |
setFilesystem(\League\Flysystem\FilesystemInterface $filesystem) : $this
Set the Filesystem object.
\League\Flysystem\FilesystemInterface | $filesystem |
getFilesystem() : \League\Flysystem\FilesystemInterface
Retrieve the Filesystem object.