1 | <?php |
||
15 | class ImageOverlayParser implements ValueParser { |
||
16 | |||
17 | private $geocoder; |
||
18 | |||
19 | public function __construct() { |
||
22 | |||
23 | /** |
||
24 | * @since 3.1 |
||
25 | * |
||
26 | * @param string $value |
||
27 | * |
||
28 | * @return ImageOverlay |
||
29 | * @throws ParseException |
||
30 | */ |
||
31 | public function parse( $value ) { |
||
45 | |||
46 | private function stringToLatLongValue( $location ) { |
||
55 | |||
56 | } |
||
57 |
This method has been deprecated.