| Total Complexity | 7 |
| Total Lines | 30 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 21 | class MapNone extends AbstractMap { |
||
| 22 | |||
| 23 | public function __construct($inst, $readonly) { |
||
| 24 | parent::__construct($inst, $readonly); |
||
| 25 | return $this; |
||
| 26 | } |
||
| 27 | |||
| 28 | public function htmlHeadCode() { |
||
| 29 | // no magic required if you want to nothing at all. |
||
| 30 | return ""; |
||
| 31 | } |
||
| 32 | |||
| 33 | public function htmlBodyCode() { |
||
| 34 | // no magic required if you want to nothing at all. |
||
| 35 | return ""; |
||
| 36 | } |
||
| 37 | |||
| 38 | public function htmlShowtime($wizard = FALSE, $additional = FALSE) { |
||
| 41 | } |
||
| 42 | } |
||
| 43 | |||
| 44 | public function bodyTagCode() { |
||
| 46 | } |
||
| 47 | |||
| 48 | public static function optionListDisplayCode($coords, $number) { |
||
| 53 |