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. | |
edit_settings ($input=false) | |
Controller method that should render a form for editing a report in LightBox. | |
add_comment () | |
End-point for XHR requests, that creates an event comment which will be displayed with the event itself in reports. | |
Static Public Member Functions | |
static | _helptexts ($id) |
So this static method that random code everywhere assumes exist doesn't even have a fallback defined? Yeah, that's good code. | |
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.
static Alert_history_Controller::_helptexts | ( | $ | id | ) | [static] |
So this static method that random code everywhere assumes exist doesn't even have a fallback defined? Yeah, that's good code.
..
Reimplemented from Base_reports_Controller.
Alert_history_Controller::$type = 'alert_history' |
The type of this report.
Usually based on controller name, but not always.
Reimplemented from Summary_Controller.