| Total Complexity | 2 |
| Total Lines | 27 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 13 | trait HasTranslators |
||
| 14 | { |
||
| 15 | use DaftObjectTrait; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @return array<int, Organization|Person> |
||
| 19 | */ |
||
| 20 | 221 | public function GetTranslator() : array |
|
| 32 | } |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @param array<int, Organization|Person> $value |
||
| 36 | */ |
||
| 37 | 30 | public function SetTranslator(array $value) : void |
|
| 42 |