Helping ordinary people create extraordinary websites!


HTML_QuickForm_link::setHref()

HTML_QuickForm_link::setHref() -- Sets the links href

Description

This is just a shortcut for
$element->updateAttributes(array('href' => $href));

Parameter

string $href

Throws

throws

Note

since 1.0

This function can not be called statically.