HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/password.php'; |
void constructor HTML_QuickForm_password::HTML_QuickForm_password (
string $elementName = NULL
, string $elementLabel = NULL
, mixed $attributes = NULL
)
This package is not documented yet.
(optional)Input field name attribute
(optional)Input field label
(optional)Either a typical HTML attribute string or an associative array
throws
since 1.0
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |