void HTML_QuickForm_password::setMaxlength (
string $maxlength
)
Ceci est un racourci pour :
<?php
$element->updateAttributes(array('maxlength' => $maxlength));
?>
Longueur maximale pour le champs password
No exceptions thrown.
Disponible depuis la version 1.0.
This function can not be called statically.