HTML_QuickForm_link::setHref() -- Sets the links href
Synopsis
require_once 'HTML/QuickForm/link.php'; |
void HTML_QuickForm_link::setHref
(string $href)
Описание
This is just a shortcut for
$element->updateAttributes(array('href' => $href)); |
Заметка
since 1.0
Эта функция не должна вызываться статически.
HIVE: All information for read only. Please respect copyright! |