Added @since tags for stuff introduced in r75994
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 4 Nov 2010 14:14:01 +0000 (14:14 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Thu, 4 Nov 2010 14:14:01 +0000 (14:14 +0000)
includes/Xml.php

index ef2eda7..8b5671c 100644 (file)
@@ -620,6 +620,7 @@ class Xml {
         * @param $name The name of the function to call, or a JavaScript expression
         *    which evaluates to a function object which is called.
         * @param $args Array of arguments to pass to the function.
+        * @since 1.17
         */
        public static function encodeJsCall( $name, $args ) {
                $s = "$name(";
@@ -849,6 +850,7 @@ class XmlSelect {
  *    Xml::encodeJsVar( new XmlJsCode( 'a + b' ) );
  *
  * Returns "a + b".
+ * @since 1.17
  */
 class XmlJsCode {
        public $value;