コンストラクタ HTML_QuickForm_link() (Previous) (Next) HTML_QuickForm_static クラス概要

View this page in Last updated: Sun, 05 Oct 2008
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

HTML_QuickForm_link::setHref()

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

説明

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


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

パラメータ

string $href

例外・エラー

throws

注意

since 1.0

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

コンストラクタ HTML_QuickForm_link() (Previous) (Next) HTML_QuickForm_static クラス概要

Download Documentation Last updated: Sun, 05 Oct 2008
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.