1 | <?php |
||
7 | class AddressFinderField extends TextField |
||
8 | { |
||
9 | private static $_address_array = null; |
||
10 | |||
11 | /** |
||
12 | * returns false if the address can not be found and TRUE |
||
13 | * if the address can be found... |
||
14 | * @param array $params params for the Google Server |
||
15 | * |
||
16 | * @return false|array |
||
17 | */ |
||
18 | public function getAddressArray($params = []) |
||
30 | |||
31 | public function validate($validator) |
||
45 | } |
||
46 |