HTML_QuickForm_link::setHref()

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

Referentiesamenvatting

require_once 'HTML/QuickForm/link.php';

void HTML_QuickForm_link::setHref (string $href)

Beschrijving

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

Parameter

string $href

Throws

throws

Note

since 1.0

Deze functie kan niet statisch worden aangeroepen.