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));
?>

パラメータ

string $href

例外・エラー

throws

注意

since 1.0

この関数は、スタティックにコールする ことはできません。