require_once 'HTML/QuickForm.php';
boolean HTML_QuickForm::isElementRequired (string $element)
boolean HTML_QuickForm::isElementRequired
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.