final class RowSet

Immutable snapshot of rows received from a driver or fixture provider.

The core preserves column values until a platform interprets them.

Type Aliases§

Row = import from TableDefinition

Properties§

public array<int, Row> $rows = []

Methods§

public function __construct(public array<int, Row> $rows = [])

Parameters

$rowsarray<int, Row>Rows with their original keys and values.
Test cases 2

Test cases 37§

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 35

Relations§

Instantiated in 21
Type declarations 7