| 1 | <?php |
||
| 7 | class PutRemoteFileAs extends AbstractPlugin |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Get the method name. |
||
| 11 | * |
||
| 12 | * @return string |
||
| 13 | */ |
||
| 14 | public function getMethod() |
||
| 18 | |||
| 19 | /** |
||
| 20 | * @param $path |
||
| 21 | * @param $remoteUrl |
||
| 22 | * @param $name |
||
| 23 | * @param array $options |
||
| 24 | * |
||
| 25 | * @return bool |
||
| 26 | */ |
||
| 27 | public function handle($path, $remoteUrl, $name, array $options = []) |
||
| 39 | } |
||
| 40 |