require_once 'HTML/QuickForm/password.php';
void HTML_QuickForm_password::setMaxlength (string $maxlength)
void HTML_QuickForm_password::setMaxlength
これは、単に以下の処理と同じことをします。
$element->updateAttributes(array('maxlength' => $maxlength));
password フィールドの最大長。
例外はスローされません。
since 1.0
この関数は、スタティックにコールする ことはできません。