LaunchDarkly PHP SDK 6.8.0

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

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
Return values
mixed

Search results