r59557 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r59556‎ | r59557 | r59558 >
Date:17:41, 29 November 2009
Author:yaron
Status:deferred
Tags:
Comment:
Added getParameters() function
Modified paths:
  • /trunk/extensions/SemanticResultFormats/Math/SRF_Math.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/Math/SRF_Math.php
@@ -86,4 +86,10 @@
8787 return $result;
8888 }
8989
 90+ public function getParameters() {
 91+ return array(
 92+ array('name' => 'limit', 'type' => 'int', 'description' => wfMsg('srf_paramdesc_limit')),
 93+ );
 94+ }
 95+
9096 }

Status & tagging log