require_once 'HTML/QuickForm.php';
void HTML_QuickForm::registerElementType (string $typeName, string $include, string $className)
void HTML_QuickForm::registerElementType
Registers a new element type. After that, elements of this type may be created via createElement() and added to form via addElement().
Name of element type
Include path for element type
Element class name
throws no exceptions thrown
since 1.0
This function can be called statically.