HTML_QuickForm_input::setType()
HTML_QuickForm_input::setType() – Sets the element type
Synopsis
require_once 'HTML/QuickForm/input.php';
void HTML_QuickForm_input::setType (
string $type
)
Description
This package is not documented yet.
Parameter
-
string
$type
-
Element type
Throws
throws no exceptions thrown
Note
since 1.0
This function can not be called statically.