http://www.mediawiki.org/wiki/Special:Code/MediaWiki/73712

Revision: 73712
Author:   jeroendedauw
Date:     2010-09-25 04:48:39 +0000 (Sat, 25 Sep 2010)

Log Message:
-----------
removed obsolete interface

Removed Paths:
-------------
    trunk/extensions/Maps/includes/iMappingParserFunction.php

Deleted: trunk/extensions/Maps/includes/iMappingParserFunction.php
===================================================================
--- trunk/extensions/Maps/includes/iMappingParserFunction.php   2010-09-25 
04:40:13 UTC (rev 73711)
+++ trunk/extensions/Maps/includes/iMappingParserFunction.php   2010-09-25 
04:48:39 UTC (rev 73712)
@@ -1,33 +0,0 @@
-<?php
-
-/**
- * Interface that should be implemented by all map display parser functions.
- * 
-* @since 0.6.3
- * 
- * @file iMappingParserFunction.php
- * @ingroup Maps
- * 
- * @author Jeroen De Dauw
- */
-interface iMappingParserFunction extends iMappingFeature {
-       
-       /**
-        * Constructor.
-        * 
-        * @param iMappingService $service
-        */
-       function __construct( iMappingService $service );
-       
-       /**
-        * Method that serves as the parser function handler. 
-        * It's responsible for executing all needed logic, and then creating 
the map output. 
-        * 
-        * @param Parser $parser
-        * @param array $params
-        * 
-        * @return array
-        */
-       function getMapHtml( Parser &$parser, array $params );
-       
-}
\ No newline at end of file



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to