Jeroen De Dauw has submitted this change and it was merged.

Change subject: Add doc
......................................................................


Add doc

Change-Id: If35c932c6983a8dc2f0d1d2b4ba493df168a23a8
---
M includes/datavalues/SMW_DataValue.php
1 file changed, 3 insertions(+), 0 deletions(-)

Approvals:
  Jeroen De Dauw: Verified; Looks good to me, approved



diff --git a/includes/datavalues/SMW_DataValue.php 
b/includes/datavalues/SMW_DataValue.php
index 11cbafd..fe66fb6 100644
--- a/includes/datavalues/SMW_DataValue.php
+++ b/includes/datavalues/SMW_DataValue.php
@@ -137,8 +137,11 @@
         * The given value is a string as supplied by some user. An alternative
         * label for printout might also be specified.
         *
+        * The third argument was added in SMW 1.9 and should not be used from 
outside SMW.
+        *
         * @param string $value
         * @param mixed $caption
+        * @param boolean $ignoreAllowedValues
         */
        public function setUserValue( $value, $caption = false, 
$ignoreAllowedValues = false ) {
                wfProfileIn( 'SMWDataValue::setUserValue (SMW)' );

-- 
To view, visit https://gerrit.wikimedia.org/r/93418
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If35c932c6983a8dc2f0d1d2b4ba493df168a23a8
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/SemanticMediaWiki
Gerrit-Branch: master
Gerrit-Owner: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: Jeroen De Dauw <jeroended...@gmail.com>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to