require_once 'HTML/QuickForm/password.php';
void HTML_QuickForm_password::setSize (string $size)
void HTML_QuickForm_password::setSize
This is just a shortcut for
$element->updateAttributes(array('size' => $size));
Size of password field
throws no exceptions thrown
since 1.0
This function can not be called statically.