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