r80701 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80700‎ | r80701 | r80702 >
Date:19:16, 21 January 2011
Author:reedy
Status:ok
Tags:
Comment:
svn:keywords Id

Add getVersion method
Modified paths:
  • /trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php
@@ -334,4 +334,12 @@
335335 }
336336 }
337337 }
 338+
 339+ /**
 340+ * Returns a string that identifies the version of this class.
 341+ * @return string
 342+ */
 343+ public static function getVersion() {
 344+ return __CLASS__ . ': $Id$';
 345+ }
338346 }
Property changes on: trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php
___________________________________________________________________
Added: svn:keywords
339347 + Id

Follow-up revisions

RevisionCommit summaryAuthorDate
r81263Followup r80701, drop staticreedy19:14, 31 January 2011

Status & tagging log