r69306 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r69305‎ | r69306 | r69307 >
Date:11:06, 13 July 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
Follow up to r69287, svn on my laptop is ignoring this file for some reason o_O
Modified paths:
  • /trunk/extensions/Maps/Features/Maps_iMappingFeature.php (added) (history)

Diff [purge]

Index: trunk/extensions/Maps/Features/Maps_iMappingFeature.php
@@ -0,0 +1,42 @@
 2+<?php
 3+
 4+/**
 5+ * File holding interface iMappingFeature.
 6+ *
 7+ * @file Maps_iMappingFeature.php
 8+ * @ingroup Maps
 9+ *
 10+ * @author Jeroen De Dauw
 11+ */
 12+
 13+if ( !defined( 'MEDIAWIKI' ) ) {
 14+ die( 'Not an entry point.' );
 15+}
 16+
 17+/**
 18+ * Interface that should be implemented by all mapping features that want to use the.
 19+ *
 20+ * @since 0.6.5
 21+ *
 22+ * @author Jeroen De Dauw
 23+ */
 24+interface iMappingFeature {
 25+ /**
 26+ * Adds the HTML specific to the mapping service to the output.
 27+ *
 28+ * @since 0.6.5
 29+ *
 30+ * @return string
 31+ */
 32+ function addSpecificMapHTML();
 33+
 34+ /**
 35+ * Returns the specific parameters by first checking if they have been initialized yet,
 36+ * doing to work if this is not the case, and then returning them.
 37+ *
 38+ * @since 0.6.5
 39+ *
 40+ * @return array
 41+ */
 42+ function getSpecificParameterInfo();
 43+}
\ No newline at end of file
Property changes on: trunk/extensions/Maps/Features/Maps_iMappingFeature.php
___________________________________________________________________
Added: svn:eol-style
144 + native

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r69287Changes for 0.6.5, extensive refactoring, following up on changes made in 0.6...jeroendedauw10:05, 12 July 2010

Status & tagging log