HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/link.php'; |
void constructor HTML_QuickForm_link::HTML_QuickForm_link (
mixed $elementName = NULL
, string $elementLabel = NULL
, string $href = NULL
, string $text = NULL
, mixed $attributes = NULL
)
This package is not documented yet.
(optional)Link label
(optional)Link href
(optional)Link display text
(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 | |