1 | <?php |
||
8 | class IncrementedRename extends AbstractPlugin |
||
9 | { |
||
10 | use IncrementsPath; |
||
11 | |||
12 | /** |
||
13 | * @inheritdoc |
||
14 | */ |
||
15 | 3 | public function getMethod() |
|
19 | |||
20 | /** |
||
21 | * @param $path |
||
22 | * @param $newpath |
||
23 | * @return bool |
||
24 | * @throws FileExistsException |
||
25 | * @throws \League\Flysystem\FileNotFoundException |
||
26 | */ |
||
27 | 9 | public function handle($path, $newpath) |
|
31 | } |
||
32 |