HTML_QuickForm_group::setElements() | |
PEAR Manual | |
require_once 'HTML/QuickForm.php'; |
boolean HTML_QuickForm::isElementRequired (
string $element
)
Returns whether or not the form element is required, i.e. whether a 'required' rule was added for it.
Form element name
throws no exceptions thrown
since 1.0
This function can not be called statically.
HTML_QuickForm_group::setElements() | |
PEAR Manual | |