HTML_QuickForm_element::setName()
HTML_QuickForm_element::setName() -- Sets the input field name
概要
require_once 'HTML/QuickForm/element.php'; |
void HTML_QuickForm_element::setName (string $name)
パラメータ
- string
$name
Input field name attribute
例外・エラー
throws no exceptions thrown
注意
since 1.0
この関数は、スタティックにコールする
ことはできません。