| Total Complexity | 1 |
| Total Lines | 16 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 25 | class StatsDataAvailable extends Entity |
||
| 26 | { |
||
| 27 | // Available fields. |
||
| 28 | public const FIELD_CPU = 'cpu'; |
||
| 29 | public const FIELD_DISK = 'disk'; |
||
| 30 | public const FIELD_SWAP = 'swap'; |
||
| 31 | public const FIELD_NET_IN = 'net_in'; |
||
| 32 | public const FIELD_NET_OUT = 'net_out'; |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @codeCoverageIgnore This method was autogenerated. |
||
| 36 | */ |
||
| 37 | public function __get(string $name): mixed |
||
| 44 |