require_once 'HTML/QuickForm.php';
void HTML_QuickForm::setConstants ([array $constantValues = NULL [, mixed $filter = NULL]])
void HTML_QuickForm::setConstants
Sets constant form values. These values won't be overridden by either default (set via setDefaults()) or submitted (POST or GET) values.
values used to fill the form, array('element name' => 'element value')
(optional) filter(s) to apply to all default values
Table 41-1. Possible PEAR_Error values
since 2.0
This function can not be called statically.