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