final class UpsertLiteral<TValue>
    implements UpsertLiteralSource

Retains the type and identity of one expression literal.

Methods§

public function __construct(private TValue $value)

Parameters

$valueTValueLiteral supplied by the caller.
Test cases 2
public function value(): TValue

Returns

TValue The unchanged literal.
Test cases 2

Private surface 1§

Implementation details, listed for orientation only.

private TValue $value

Test cases 9§

Test cases that cover or call this symbol, from the coverage report and from the analyzed test sources.

Dedicated tests 2
Other tests reaching this symbol 7

Relations§

Instantiated in 2