require_once 'HTML/QuickForm/Controller.php';
void HTML_QuickForm_Controller::addAction (string $actionName, object HTML_QuickForm_Action &$action)
void HTML_QuickForm_Controller::addAction
This handler will be used if the Page that has to handle some action does not have a handler itself.
name of the action
the handler for the action
throws no exceptions thrown
This function can not be called statically.