HTML_QuickForm::isTypeRegistered() -- Checks whether the form element type is supported
Synopsis
require_once 'HTML/QuickForm.php'; |
boolean HTML_QuickForm::isTypeRegistered
(string $type)
Parameter
- string
$type
Form element type
Throws
throws no exceptions thrown
Note
since 1.0
This function can be called
statically.