TrackSeriesContext
in package
Contextual information provided to the afterTrack stage of the track series.
Table of Contents
- $context : LDContext
- $data : mixed
- $key : string
- $metricValue : int|float|null
- __construct() : mixed
Properties
$context read-only
public
LDContext
$context
$data read-only
public
mixed
$data
$key read-only
public
string
$key
$metricValue read-only
public
int|float|null
$metricValue
Methods
__construct()
public
__construct(LDContext $context, string $key, int|float|null $metricValue, mixed $data) : mixed
Parameters
- $context : LDContext
- $key : string
- $metricValue : int|float|null
- $data : mixed