Search for in the Packages This site (using Yahoo!) Developers Developer mailing list General mailing list CVS commits mailing list
require_once 'HTML/QuickForm/link.php';
void HTML_QuickForm_link::setHref (string $href)
void HTML_QuickForm_link::setHref
これは、単に以下の処理と同じことをします。
<?php $element->updateAttributes(array('href' => $href)); ?>
throws
since 1.0
この関数は、スタティックにコールする ことはできません。