HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/image.php'; |
void constructor HTML_QuickForm_image::HTML_QuickForm_image (
string $elementName = NULL
, string $src = ''
, mixed $attributes = NULL
)
This package is not documented yet.
(optional)Element name attribute
(optional)Image source
(optional)Either a typical HTML attribute string or an associative array
throws no exceptions thrown
since 1.0
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |