r89975 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r89974‎ | r89975 | r89976 >
Date:16:20, 13 June 2011
Author:jeroendedauw
Status:deferred
Tags:
Comment:
added depracted notice
Modified paths:
  • /trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DataValue.php (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticMediaWiki/includes/datavalues/SMW_DataValue.php
@@ -623,6 +623,8 @@
624624 * Convenience method that returns the DB key that holds the value that is
625625 * to be used for sorting data of this kind. If this datatype does not
626626 * support sorting, then null is returned here.
 627+ *
 628+ * @deprecated since SMW 1.6, use getDataItem()->get...() instead. Will vanish before SMW 1.7.
627629 */
628630 public function getValueKey() {
629631 $dbkeys = $this->getDBkeys();