From: Niklas Laxström Date: Thu, 4 Nov 2010 14:14:01 +0000 (+0000) Subject: Added @since tags for stuff introduced in r75994 X-Git-Tag: 1.31.0-rc.0~34094 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=a5b16e9cb5abd79c4aea788d698b4722796344f4;p=lhc%2Fweb%2Fwiklou.git Added @since tags for stuff introduced in r75994 --- 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;