QueueMetric
extends Data
Table of Contents
Properties
-
$format
: string
-
$formattedPreviousValue
: string|null
-
$formattedValue
: string|null
-
$previousValue
: int|null
-
$title
: string
-
$value
: float
Methods
-
__construct()
: mixed
public
string
$format
= '%d'
public
string|null
$formattedPreviousValue
= null
public
string|null
$formattedValue
= null
$previousValue
public
int|null
$previousValue
= null
$title
public
string
$title
$value
public
float
$value
__construct()
public
__construct(string $title, float $value[, int|null $previousValue = null ][, string $format = '%d' ][, string|null $formattedValue = null ][, string|null $formattedPreviousValue = null ]) : mixed
Parameters
-
$title
: string
-
-
$value
: float
-
-
$previousValue
: int|null
= null
-
-
$format
: string
= '%d'
-
-
$formattedValue
: string|null
= null
-
-
$formattedPreviousValue
: string|null
= null
-