Documentation

LoggingValueRecorder
in package
implements ValueRecorder

Interfaces, Classes, Traits and Enums

ValueRecorder
Provides an interface for recording values.

Table of Contents

$core  : resource
$tags  : array<string|int, mixed>
__construct()  : mixed
recordValue()  : void
Records a new value.

Properties

Methods

__construct()

public __construct(mixed $core, array<string|int, mixed> $tags) : mixed
Parameters
$core : mixed
$tags : array<string|int, mixed>
Return values
mixed

recordValue()

Records a new value.

public recordValue(int $value) : void
Parameters
$value : int

The value to record.

Return values
void

        

Search results