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