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 |