| Total Complexity | 6 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class MapOpenStreetMaps extends AbstractMap { |
||
| 22 | |||
| 23 | public function __construct($inst, $readonly) { |
||
| 24 | parent::__construct($inst, $readonly); |
||
| 25 | return $this; |
||
| 26 | } |
||
| 27 | |||
| 28 | public function htmlHeadCode() { |
||
| 29 | // your magic here |
||
| 30 | return ""; |
||
| 31 | } |
||
| 32 | |||
| 33 | public function htmlBodyCode() { |
||
| 34 | // your magic here |
||
| 35 | return ""; |
||
| 36 | } |
||
| 37 | |||
| 38 | public function htmlShowtime($wizard = FALSE, $additional = FALSE) { |
||
| 41 | } |
||
| 42 | |||
| 43 | public function bodyTagCode() { |
||
| 46 | } |
||
| 47 | |||
| 48 | public static function optionListDisplayCode($coords, $number) { |
||
| 52 |