HTML_QuickForm_link::setHref()

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.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.