コンストラクタ HTML_QuickForm_xbutton()

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

概要

require_once 'HTML/QuickForm/xbutton.php';

void constructor HTML_QuickForm_xbutton::HTML_QuickForm_xbutton ([string $elementName = NULL [, string $elementContent = NULL [, mixed $attributes = NULL]]])

説明

このパッケージに関する文書は、未作成です。

パラメータ

string $elementName

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

string $elementContent

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

mixed $attributes

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

例外・エラー

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

注意

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

since 3.2.3