final class MultiTableMutationTarget

One table a statement writing to several of them writes to.

Methods§

public function __construct(
    string $tableName,
    array<int, string> $columns,
    array<int, string> $primaryKeys,
)

Parameters

$tableNamestring
$columnsarray<int, string>
$primaryKeysarray<int, string>
Calls 1

Private surface 3§

Implementation details, listed for orientation only.

private string $tableName
private list<string> $columns
private list<string> $primaryKeys

Test cases 18§

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

Dedicated tests 7
Other tests reaching this symbol 11

Relations§

Instantiated in 3
Method calls 2
Type declarations 2