From a5b16e9cb5abd79c4aea788d698b4722796344f4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Niklas=20Laxstr=C3=B6m?= Date: Thu, 4 Nov 2010 14:14:01 +0000 Subject: [PATCH] Added @since tags for stuff introduced in r75994 --- includes/Xml.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/Xml.php b/includes/Xml.php index ef2eda7096..8b5671cd99 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -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; -- 2.20.1