require_once 'HTML/QuickForm/link.php';
void HTML_QuickForm_link::setHref (string $href)
void HTML_QuickForm_link::setHref
This is just a shortcut for
$element->updateAttributes(array('href' => $href));
throws
since 1.0
This function can not be called statically.