| Total Complexity | 5 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | class ServerType implements ClientInterface |
||
| 15 | { |
||
| 16 | public static $uri = 'server_types'; |
||
| 17 | |||
| 18 | public static function all(): array |
||
| 19 | { |
||
| 20 | return HetznerCloud::get(static::$uri)['server_types']; |
||
|
|
|||
| 21 | } |
||
| 22 | |||
| 23 | public static function find($identifier): array |
||
| 26 | } |
||
| 27 | |||
| 28 | public static function create(array $data): array{} |
||
| 31 | } |