Total Complexity | 1 |
Total Lines | 16 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
28 | class Transfer extends Entity |
||
29 | { |
||
30 | // Available fields. |
||
31 | public const FIELD_QUOTA = 'quota'; |
||
32 | public const FIELD_USED = 'used'; |
||
33 | public const FIELD_BILLABLE = 'billable'; |
||
34 | public const FIELD_REGION_TRANSFERS = 'region_transfers'; |
||
35 | |||
36 | /** |
||
37 | * @codeCoverageIgnore This method was autogenerated. |
||
38 | */ |
||
39 | public function __get(string $name): mixed |
||
47 |