Report options for histogram reports. More...
Public Member Functions | |
__construct ($options=false) | |
Public constructor, which optionally takes an iterable with properties to set. | |
Static Public Attributes | |
static | $type = 'histogram' |
A name for this report type that doesn't rely on splitting class_name() by _ This is used when saving the report. | |
Protected Member Functions | |
update_value ($name, $value) | |
Will actually set the provided $name to the value $value. |
Report options for histogram reports.
Histogram_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.