HTML_QuickForm_password::setMaxlength()

HTML_QuickForm_password::setMaxlength() -- password 要素の maxlength を設定する

概要

require_once 'HTML/QuickForm/password.php';

void HTML_QuickForm_password::setMaxlength (string $maxlength)

説明

これは、単に以下の処理と同じことをします。
$element->updateAttributes(array('maxlength' => $maxlength));

パラメータ

string $maxlength

password フィールドの最大長。

例外・エラー

例外はスローされません。

注意

since 1.0

この関数は、スタティックにコールする ことはできません。