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