| Total Complexity | 7 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 10 | class ListBackupsCommand extends ListResourcesCommand |
||
| 11 | { |
||
| 12 | protected function itemsKey() |
||
| 15 | } |
||
| 16 | |||
| 17 | public function resourcePath() |
||
| 18 | { |
||
| 19 | return 'backups'; |
||
| 20 | } |
||
| 21 | |||
| 22 | public function resourceClass() |
||
| 25 | } |
||
| 26 | |||
| 27 | protected function createResourcesFromJsonData(array $data, ResponseInterface $response, ApiResourceInterface $owner) |
||
| 52 | } |
||
| 53 | } |
||
| 54 |