Alert History controller This is just a special case of the recent alert view in the summary controller. More...
Public Member Functions | |
index ($input=false) | |
Setup options for alert summary report. | |
generate ($input=false) | |
Generates an alert summary report. | |
add_comment () | |
End-point for XHR requests, that creates an event comment which will be displayed with the event itself in reports. | |
Data Fields | |
$type = 'alert_history' | |
The type of this report. |
Alert History controller This is just a special case of the recent alert view in the summary controller.
Alert_history_Controller::$type = 'alert_history' |
The type of this report.
Usually based on controller name, but not always.
Reimplemented from Summary_Controller.