__construct() __construct(\League\Flysystem\FilesystemInterface $filesystem = null, string $path = null) : mixed Constructor. Parameters \League\Flysystem\FilesystemInterface $filesystem string $path Returns mixed —
setFilesystem() setFilesystem(\League\Flysystem\FilesystemInterface $filesystem) : $this Set the Filesystem object. Parameters \League\Flysystem\FilesystemInterface $filesystem Returns $this —
getFilesystem() getFilesystem() : \League\Flysystem\FilesystemInterface Retrieve the Filesystem object. Returns \League\Flysystem\FilesystemInterface —
__call() __call(string $method, array $arguments) : mixed Plugins pass-through. Parameters string $method array $arguments Returns mixed —