HTML_QuickForm_link::setHref()

HTML_QuickForm_link::setHref() – リンク先を設定する

Synopsis

require_once 'HTML/QuickForm/link.php';

void HTML_QuickForm_link::setHref ( string $href )

Description

これは、単に以下の処理と同じことをします。

<?php
$element
->updateAttributes(array('href' => $href));
?>

Parameter

string $href

Throws

throws

Note

since 1.0

This function can not be called statically.