1 | <?php |
||
7 | class RegionMapper |
||
8 | { |
||
9 | /** |
||
10 | * @param array $data |
||
11 | * |
||
12 | * @return RegionCollection |
||
13 | */ |
||
14 | 2 | public function mapArrayToCollection(array $data) |
|
26 | |||
27 | /** |
||
28 | * @param array $attributes |
||
29 | * |
||
30 | * @return RegionEntity |
||
31 | */ |
||
32 | 4 | public function mapArrayToEntity(array $attributes) |
|
56 | } |
||
57 |