r69023 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69022‎ | r69023 | r69024 >
Date:21:55, 4 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Changes for 0.6.4
Modified paths:
  • /trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Maps/Features/DisplayMap/Maps_BaseMap.php
@@ -35,6 +35,8 @@
3636 private $specificParameters = false;
3737 protected $featureParameters = false;
3838
 39+ protected abstract function getDefaultZoom();
 40+
3941 public function __construct( MapsMappingService $service ) {
4042 $this->mService = $service;
4143 }
@@ -139,6 +141,12 @@
140142 }
141143
142144 /**
 145+ * Optionally override.
 146+ */
 147+ public function doMapServiceLoad() {
 148+ }
 149+
 150+ /**
143151 * Sets the $centreLat and $centreLon fields.
144152 */
145153 private function setCentre() {

Status & tagging log