HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |
require_once 'HTML/QuickForm/advcheckbox.php'; |
void HTML_QuickForm_advcheckbox::setValues (
mixed $values
)
If $values is a string then it will be used for checked state. If it is an array, then $values[0] will be used for unchecked state and $values[1] for checked.
The values, either a string or an array
throws no exceptions thrown
This function can not be called statically.
HTML_QuickForm::updateElementAttr() | |
PEAR Manual | |