Statistics component.
More...
|
| init () |
|
| init () |
|
| done () |
|
| getSession () |
|
| publish ($property, $visibility=self::READABLE) |
| Publish a property (or hide it again). More...
|
|
| configure ($config) |
| Configure the object. More...
|
|
| _get ($key) |
| Default getter if no specific setter is defined, and the property is also not published (readable). More...
|
|
| _set ($key, $value) |
| Default setter if no specific setter is defined, and the property is also not published (writeable). More...
|
|
Statistics component.
Definition at line 8 of file Stats.php.
◆ flush()
Flush statistics to disk.
Definition at line 34 of file Stats.php.
◆ inc()
Add a statistic.
- Parameters
-
string | $id | Name of the statistic (usually with a class name prefix). |
float | $delta | Value to add to the counter of this statistic. |
Definition at line 26 of file Stats.php.
◆ init()
◆ $_stats
◆ $ext
◆ $ignoreAddr
Addresses (subnets; CIDR notation) to ignore.
Definition at line 13 of file Stats.php.
◆ $mode
◆ $path
Path to flush (dump) the stats to.
Definition at line 10 of file Stats.php.
The documentation for this class was generated from the following file:
- /var/www/fred.local/vendor/rsi/fred/src/Rsi/Fred/Stats.php