Action::perform() -- Processes the request.
Description
This method should be overriden by child classes to provide the necessary logic.
Parameter
- object HTML_QuickForm_Page
&$page
the current form-page
- string
$actionName
Current action name, as one Action object can serve multiple actions
Throws
throws no exceptions thrown
Note
This function can not be called
statically.