Report options for alert history reports. More...
Public Member Functions | |
rewrite_states ($name, $value, $obj) | |
Callback helper for getting the bitmask host/service states into array form. | |
setup_properties () | |
Properties should be completely setup - with translations and all - before loading any options, and options are loaded by the construct, so do initialization here. | |
Protected Member Functions | |
update_value ($name, $value) | |
Will actually set the provided $name to the value $value. |
Report options for alert history reports.
Alert history reports are specialized summary reports.
Alert_history_options::setup_properties | ( | ) |
Properties should be completely setup - with translations and all - before loading any options, and options are loaded by the construct, so do initialization here.
< Warning! 1 indexed
Reimplemented from Summary_options.
Alert_history_options::update_value | ( | $ | name, | |
$ | value | |||
) | [protected] |
Will actually set the provided $name to the value $value.
Warning: you probably want to use set() or utilize the ArrayAccess API
Reimplemented from Summary_options.