HTML_QuickForm_link::setHref()
HTML_QuickForm_link::setHref() -- Sets the links href
概要
require_once 'HTML/QuickForm/link.php'; |
void HTML_QuickForm_link::setHref (string $href)
説明
This is just a shortcut for
<?php
$element->updateAttributes(array('href' => $href));
?>
|
注意
since 1.0
この関数は、スタティックにコールする
ことはできません。