Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
25 | class ManagedLinodeSettings extends Entity |
||
26 | { |
||
27 | // Available fields. |
||
28 | public const FIELD_ID = 'id'; |
||
29 | public const FIELD_LABEL = 'label'; |
||
30 | public const FIELD_GROUP = 'group'; |
||
31 | public const FIELD_SSH = 'ssh'; |
||
32 | |||
33 | /** |
||
34 | * @codeCoverageIgnore This method was autogenerated. |
||
35 | */ |
||
36 | public function __get(string $name): mixed |
||
44 |