コンストラクタ HTML_QuickForm_xbutton()

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

Synopsis

require_once 'HTML/QuickForm/xbutton.php';

void constructor HTML_QuickForm_xbutton::HTML_QuickForm_xbutton ( string $elementName = = null , string $elementContent = = null , mixed $attributes = = null )

Description

This package is not documented yet.

Parameter

string $elementName

(オプション) ボタンの名前。

string $elementContent

(オプション) ボタンの内容 (<button></button> タグの間に追加する HTML)。

mixed $attributes

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

Throws

例外はスローされません。

Note

This function can not be called statically.

since 3.2.3