ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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... | |
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.