| Total Complexity | 4 |
| Total Lines | 59 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 11 | trait HasUnitCodeText |
||
| 12 | { |
||
| 13 | use DaftObjectTrait; |
||
| 14 | |||
| 15 | /** |
||
| 16 | * @return array<int, string> |
||
| 17 | */ |
||
| 18 | public function GetUnitCode() : array |
||
| 30 | } |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @param array<int, string> $value |
||
| 34 | */ |
||
| 35 | public function SetUnitCode(array $value) : void |
||
| 41 | ); |
||
| 42 | } |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @return array<int, string> |
||
| 46 | */ |
||
| 47 | public function GetUnitText() : array |
||
| 59 | } |
||
| 60 | |||
| 61 | /** |
||
| 62 | * @param array<int, string> $value |
||
| 63 | */ |
||
| 64 | public function SetUnitText(array $value) : void |
||
| 73 |