final class RowChange

One row as it was, and as it became.

A cascade has to know both: which row to look for on the child side is decided by the old values, and what to write there by the new ones.

Type Aliases§

Row = import from TableDefinition

Properties§

public Row $before
public Row $after

Methods§

public function __construct(public Row $before, public Row $after)

Parameters

$beforeRowThe row as it was
$afterRowThe row as it became
Test cases 1

Test cases 10§

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

Dedicated tests 1
Other tests reaching this symbol 9

Relations§

Instantiated in 2
Type declarations 1