HTML_QuickForm::isTypeRegistered()

HTML_QuickForm::isTypeRegistered() – フォーム要素の種類をサポートするか調べる

Synopsis

require_once 'HTML/QuickForm.php';

boolean HTML_QuickForm::isTypeRegistered ( string $type )

Description

フォーム要素の種類をサポートするかどうかを返します。 新規の種類はHTML_QuickForm::registerElementType() で追加します。

Parameter

string $type

フォーム要素の種類です。

Throws

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

Note

since 1.0

This function can be called statically.