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 @@
87
87
return $result;
88
88
}
89
89
90
+ public function getParameters() {
91
+ return array(
92
+ array('name' => 'limit', 'type' => 'int', 'description' => wfMsg('srf_paramdesc_limit')),
93
+ );
94
+ }
95
+
90
96
}
Status & tagging log
13:16, 2 December 2009
😂
(
talk
|
contribs
)
changed the
status
of r59557
[
removed:
ok
added:
deferred]
13:15, 2 December 2009
😂
(
talk
|
contribs
)
changed the
status
of r59557
[
removed:
new
added:
ok]