final class OperationApplier
Restricted visibility: declared "@visibility ZtdQuery\Platform\MySql". Code outside that scope must not name this declaration.

Operation Applier.

Methods§

public function __construct(
    private AlterStatement $alterStatement,
    private TableDefinitionRegistry $registry,
    private string $tableName,
)

Configure the dependencies used by this operation.

Parameters

$alterStatementAlterStatement
$registryTableDefinitionRegistry
$tableNamestring
public function applyRenameTable(AlterOperation $op, ShadowStore $store): void

Private surface 3§

Implementation details, listed for orientation only.

private AlterStatement $alterStatement
private TableDefinitionRegistry $registry
private string $tableName

Test cases 8§

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 6

Relations§

Instantiated in 1
Method calls 1