require_once 'HTML/QuickForm/element.php';
void HTML_QuickForm_element::accept (object HTML_QuickForm_Renderer &$renderer [, bool $required = FALSE [, string $error = NULL]])
void HTML_QuickForm_element::accept
This method rarely needs to be called directly, it is usually called from HTML_QuickForm::accept() method.
an instance of HTML_QuickForm_Renderer subclass
Whether an element is required
An error message associated with an element
throws no exceptions thrown
This function can not be called statically.