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