constructor HTML_QuickForm_Controller() | Controller::addPage() |
HTML_QuickForm_Controller | |
PEAR Manual | |
require_once 'HTML/QuickForm/Controller.php'; |
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.
name of the action
the handler for the action
throws no exceptions thrown
This function can not be called statically.
constructor HTML_QuickForm_Controller() | Controller::addPage() |
HTML_QuickForm_Controller | |
PEAR Manual | |