void HTML_QuickForm_link::setHref (
string $href
)
Ceci est un racourci pour :
<?php
$element->updateAttributes(array('href' => $href));
?>
No exceptions thrown.
Disponible depuis la version 1.0.
This function can not be called statically.