require_once 'HTML/QuickForm/Action.php';
void HTML_QuickForm_Action::perform (object HTML_QuickForm_Page &$page, string $actionName)
void HTML_QuickForm_Action::perform
This method should be overriden by child classes to provide the necessary logic.
the current form-page
Current action name, as one Action object can serve multiple actions
throws no exceptions thrown
This function can not be called statically.