$plugins
$plugins : array
$plugins : array
$adapter : \League\Flysystem\AdapterInterface
updateStream(mixed $path, mixed $resource, array $config = []) : bool
Update an existing file using a stream.
mixed | $path | The path of the existing file. |
mixed | $resource | The file handle. |
array | $config | An optional configuration array. |
True on success, false on failure.
get(mixed $path, \League\Flysystem\Handler $handler = null) : \League\Flysystem\Handler
Get a file/directory handler.
mixed | $path | The path to the file. |
\League\Flysystem\Handler | $handler | An optional existing handler to populate. |
Either a file or directory handler.
invokePlugin(string $method, array $arguments, \League\Flysystem\FilesystemInterface $filesystem) : mixed
Invoke a plugin by method name.
string | $method | |
array | $arguments | |
\League\Flysystem\FilesystemInterface | $filesystem |