Bånder

QueueMetric extends Data
in package

Table of Contents

Properties

$format  : string
$formattedPreviousValue  : string|null
$formattedValue  : string|null
$previousValue  : int|null
$title  : string
$value  : float

Methods

__construct()  : mixed

Properties

$formattedPreviousValue

public string|null $formattedPreviousValue = null

$formattedValue

public string|null $formattedValue = null

$previousValue

public int|null $previousValue = null

Methods

__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

        
On this page

Search results