Report options for SLA reports. More...
Public Member Functions | |
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. | |
set ($name, $value) | |
Set an option, with some validation. | |
Static Public Member Functions | |
static | discover_options ($input=false) |
Finds properties to inject into. |
Report options for SLA reports.
static Sla_options_Core::discover_options | ( | $ | input = false |
) | [static] |
Finds properties to inject into.
. myself
You probably want setup_options_obj instead.
$input | array = false Autodiscovers options using superglobals: $input > POST > GET |
Reimplemented from Report_options.
Sla_options_Core::set | ( | $ | name, | |
$ | value | |||
) |
Set an option, with some validation.
$name | Option name | |
$value | Option value |
Reimplemented from Report_options.