HTML_QuickForm_link::setHref()

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

Synopsis

require_once 'HTML/QuickForm/link.php';

void HTML_QuickForm_link::setHref (string $href)

Beschreibung

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

Parameter

string $href

Fehler-Meldungen

throws

Hinweise

since 1.0

Diese Methode kann nicht statisch aufgerufen werden.