From: Chad Horohoe Date: Tue, 10 Jun 2008 23:18:15 +0000 (+0000) Subject: Document Xml::hidden(). X-Git-Tag: 1.31.0-rc.0~47055 X-Git-Url: http://git.cyclocoop.org/%22.%24redirect_annul.%22?a=commitdiff_plain;h=9ba8e6fbf1d5a00881c3f9aa18ae76b2f49791fd;p=lhc%2Fweb%2Fwiklou.git Document Xml::hidden(). --- diff --git a/includes/Xml.php b/includes/Xml.php index 8802803420..789d25f434 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -364,9 +364,8 @@ class Xml { /** * Convenience function to build an HTML hidden form field. - * @todo Document $name parameter. - * @param $name FIXME - * @param $value String: label text for the button + * @param $name String: name attribute for the field + * @param $value String: value for the hidden field * @param $attribs Array: optional custom attributes * @return string HTML */