Class: atkFeedbackHandler
Source Location: /handlers/class.atkfeedbackhandler.inc
Class atkFeedbackHandler
Method Summary
| String |
feedbackPage() |
The method returns a complete html page containing the feedback info. |
Methods
The action handler method.
String feedbackPage(
String
$action, int
$actionstatus, [String
$message = ""]
)
|
|
The method returns a complete html page containing the feedback info.
Parameters:
|
String |
$action: |
The action for which feedback is provided |
|
int |
$actionstatus: |
The status of the action for which feedback is provided |
|
String |
$message: |
An optional message to display in addition to the default feedback information message. |
API Tags:
| Return: | The feedback page as an html String. |