* changed variable list as per comment on r79954 left only wgDBtype
[lhc/web/wiklou.git] / includes / Xml.php
index 8b5671c..83c3d9e 100644 (file)
@@ -347,7 +347,10 @@ class Xml {
         * Convenience function to build an HTML form label
         * @param $label String text of the label
         * @param $id
-        * @param $attribs Array, other attributes
+        * @param $attribs Array an attribute array.  This will usuall be 
+        *     the same array as is passed to the corresponding input element,
+        *     so this function will cherry-pick appropriate attributes to 
+        *     apply to the label as well; currently only class is applied.
         * @return string HTML
         */
        public static function label( $label, $id, $attribs=array() ) {
@@ -617,7 +620,7 @@ class Xml {
         * Create a call to a JavaScript function. The supplied arguments will be 
         * encoded using Xml::encodeJsVar(). 
         *
-        * @param $name The name of the function to call, or a JavaScript expression
+        * @param $name String 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