HTML_QuickForm::isTypeRegistered()

HTML_QuickForm::isTypeRegistered() -- Checks whether the form element type is supported

Synopsis

require_once 'HTML/QuickForm.php';

boolean HTML_QuickForm::isTypeRegistered (string $type)

Beschreibung

Returns whether or not the form element type is supported. New types are added via HTML_QuickForm::registerElementType().

Parameter

string $type

Form element type

Fehler-Meldungen

throws no exceptions thrown

Hinweise

since 1.0

Diese Methode kann statisch aufgerufen werden.