| Total Complexity | 2 |
| Total Lines | 33 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 14 | trait HasAreaServed |
||
| 15 | { |
||
| 16 | use DaftObjectTrait; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @return array<int, string|AdministrativeArea|GeoShape|Place> |
||
| 20 | */ |
||
| 21 | 111 | public function GetAreaServed() : array |
|
| 33 | } |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @param array<int, string|AdministrativeArea|GeoShape|Place> $value |
||
| 37 | */ |
||
| 38 | 9 | public function SetAreaServed(array $value) : void |
|
| 50 |