Document Xml::hidden().

This commit is contained in:
Chad Horohoe 2008-06-10 23:18:15 +00:00
parent e35eef9bb7
commit 9ba8e6fbf1

View file

@ -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
*/