コンストラクタ HTML_QuickForm_link()
Prev Next

コンストラクタ HTML_QuickForm_link()

コンストラクタ HTML_QuickForm_link() – クラスのコンストラクタ

Synopsis

require_once 'HTML/QuickForm/link.php';

void constructor HTML_QuickForm_link::HTML_QuickForm_link ( mixed $elementName = = null , string $elementLabel = = null , string $href = = null , string $text = = null , mixed $attributes = = null )

Description

This package is not documented yet.

Parameter

mixed $elementName

string $elementLabel

(オプション) リンクのラベル。

string $href

(オプションl) リンク先。

string $text

(オプション) リンクの表示テキスト。

mixed $attributes

(オプション) 典型的な HTML 属性の文字列あるいは連想配列。

Throws

throws

Note

since 1.0

This function can not be called statically.


Prev カスタム要素 Next
HTML_QuickForm_link クラス概要 PEAR Manual HTML_QuickForm_link::setHref()