MigrationConfig
in package
A migration config stores references to callable methods which execute customer defined read or write operations on old or new origins of information. For read operations, an optional comparison function also be defined.
Table of Contents
- $comparison : Closure|null
- $new : Closure
- $old : Closure
- __construct() : mixed
Properties
$comparison read-only
public
Closure|null
$comparison
= null
$new read-only
public
Closure
$new
$old read-only
public
Closure
$old
Methods
__construct()
public
__construct(Closure $old, Closure $new[, Closure|null $comparison = null ]) : mixed
Parameters
- $old : Closure
- $new : Closure
- $comparison : Closure|null = null