Action::perform()
Action::perform() – Processes the request.
Synopsis
require_once 'HTML/QuickForm/Action.php';
void HTML_QuickForm_Action::perform (
object HTML_QuickForm_Page &$page
, string $actionName
)
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.