Index: trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php |
— | — | @@ -334,4 +334,12 @@ |
335 | 335 | } |
336 | 336 | } |
337 | 337 | } |
| 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 | + } |
338 | 346 | } |
Property changes on: trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php |
___________________________________________________________________ |
Added: svn:keywords |
339 | 347 | + Id |