r73712 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r73711‎ | r73712 | r73713 >
Date:04:48, 25 September 2010
Author:jeroendedauw
Status:deferred
Tags:
Comment:
removed obsolete interface
Modified paths:
  • /trunk/extensions/Maps/includes/iMappingParserFunction.php (deleted) (history)

Diff [purge]

Index: trunk/extensions/Maps/includes/iMappingParserFunction.php
@@ -1,33 +0,0 @@
2 -<?php
3 -
4 -/**
5 - * Interface that should be implemented by all map display parser functions.
6 - *
7 -* @since 0.6.3
8 - *
9 - * @file iMappingParserFunction.php
10 - * @ingroup Maps
11 - *
12 - * @author Jeroen De Dauw
13 - */
14 -interface iMappingParserFunction extends iMappingFeature {
15 -
16 - /**
17 - * Constructor.
18 - *
19 - * @param iMappingService $service
20 - */
21 - function __construct( iMappingService $service );
22 -
23 - /**
24 - * Method that serves as the parser function handler.
25 - * It's responsible for executing all needed logic, and then creating the map output.
26 - *
27 - * @param Parser $parser
28 - * @param array $params
29 - *
30 - * @return array
31 - */
32 - function getMapHtml( Parser &$parser, array $params );
33 -
34 -}
\ No newline at end of file

Follow-up revisions

RevisionCommit summaryAuthorDate
r73713Follow up to r73712jeroendedauw04:51, 25 September 2010

Status & tagging log