1 | <?php |
||
6 | class LocationChoice |
||
7 | { |
||
8 | |||
9 | private $locationParameters; |
||
10 | |||
11 | public function __construct(array $locationParameters) |
||
15 | |||
16 | /** |
||
17 | * @return ArrayChoiceList |
||
18 | */ |
||
19 | public function loadChoiceList() |
||
24 | |||
25 | /** |
||
26 | * @param $locations |
||
27 | * @return array |
||
28 | */ |
||
29 | private function getLocationCities($locations) |
||
41 | } |
||
42 |