| Total Complexity | 3 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class RestoreBackupCommand extends LinodeResourceCommand |
||
| 8 | { |
||
| 9 | public function resourcePath() |
||
| 10 | { |
||
| 11 | return 'restore'; |
||
| 12 | } |
||
| 13 | |||
| 14 | public function targeting(int $linodeId) |
||
| 15 | { |
||
| 16 | return $this->attachPayload('linode_id', $linodeId); |
||
| 17 | } |
||
| 18 | |||
| 19 | public function overwrite(bool $overwrite = true) |
||
| 22 | } |
||
| 23 | } |
||
| 24 |