final class DeleteMutation
    implements DataMutation

Applies DELETE result rows to the shadow store.

Methods§

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

Parameters

$tableNamestring
$primaryKeysarray<int, string>
public function tableName(): string

{@inheritDoc}

Returns

string
Test cases 1

Private surface 2§

Implementation details, listed for orientation only.

private string $tableName
private array<int, string> $primaryKeys

Test cases 81§

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

Dedicated tests 6
Other tests reaching this symbol 75

Relations§

Instantiated in 3
Type checks 1