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