Class Summary HTML_QuickForm_Action | Class Summary HTML_QuickForm_Action_Back |
HTML_QuickForm_Controller | |
PEAR Manual | |
require_once 'HTML/QuickForm/Action.php'; |
void HTML_QuickForm_Action::perform (
object HTML_QuickForm_Page &$page
, string $actionName
)
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.
Class Summary HTML_QuickForm_Action | Class Summary HTML_QuickForm_Action_Back |
HTML_QuickForm_Controller | |
PEAR Manual | |