|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Inheritance diagram for League\Flysystem\Plugin\ForcedRename:
Collaboration diagram for League\Flysystem\Plugin\ForcedRename:Public Member Functions | |
| getMethod () | |
Get the method name.
| |
| handle ($path, $newpath) | |
| Renames a file, overwriting the destination if it exists. More... | |
Public Member Functions inherited from League\Flysystem\Plugin\AbstractPlugin | |
| setFilesystem (FilesystemInterface $filesystem) | |
| Set the Filesystem object. More... | |
| getMethod () | |
| Get the method name. More... | |
| setFilesystem (FilesystemInterface $filesystem) | |
| Set the Filesystem object. More... | |
Additional Inherited Members | |
Protected Attributes inherited from League\Flysystem\Plugin\AbstractPlugin | |
| $filesystem | |
Definition at line 7 of file ForcedRename.php.
| League\Flysystem\Plugin\ForcedRename::getMethod | ( | ) |
Get the method name.
Implements League\Flysystem\PluginInterface.
Definition at line 12 of file ForcedRename.php.
| League\Flysystem\Plugin\ForcedRename::handle | ( | $path, | |
| $newpath | |||
| ) |
Renames a file, overwriting the destination if it exists.
| string | $path | Path to the existing file. |
| string | $newpath | The new path of the file. |
| FileNotFoundException | Thrown if $path does not exist. |
Definition at line 27 of file ForcedRename.php.
References $path.