Index: trunk/phase3/includes/Xml.php |
— | — | @@ -620,6 +620,7 @@ |
621 | 621 | * @param $name The name of the function to call, or a JavaScript expression |
622 | 622 | * which evaluates to a function object which is called. |
623 | 623 | * @param $args Array of arguments to pass to the function. |
| 624 | + * @since 1.17 |
624 | 625 | */ |
625 | 626 | public static function encodeJsCall( $name, $args ) { |
626 | 627 | $s = "$name("; |
— | — | @@ -849,6 +850,7 @@ |
850 | 851 | * Xml::encodeJsVar( new XmlJsCode( 'a + b' ) ); |
851 | 852 | * |
852 | 853 | * Returns "a + b". |
| 854 | + * @since 1.17 |
853 | 855 | */ |
854 | 856 | class XmlJsCode { |
855 | 857 | public $value; |