previousHTML_QuickForm::isTypeRegistered() (Previous) (Next) HTML_QuickForm::removeElement()next

View this page in Last updated: Sun, 21 Jun 2009
English | Brazilian Portuguese | Chinese | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Turkish

HTML_QuickForm::registerElementType()

HTML_QuickForm::registerElementType() – 新規要素タイプを登録する

Synopsis

require_once 'HTML/QuickForm.php';

void HTML_QuickForm::registerElementType ( string $typeName , string $include , string $className )

Description

新規要素タイプを登録します。 このタイプの要素はその後、createElement()addElement() によってフォームに追します。

Parameter

string $typeName

要素タイプの名前です。

string $include

要素タイプを含むパスです。 (訳注:要素タイプのクラスが記述されたファイルのパスです)

string $className

要素クラス名です。

Throws

throws 投げられる例外はありません。

Note

since 1.0

This function can be called statically.

previousHTML_QuickForm::isTypeRegistered() (Previous) (Next) HTML_QuickForm::removeElement()next

Download Documentation Last updated: Sun, 21 Jun 2009
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.