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