LaunchDarkly PHP SDK 6.2.0

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

Methods

__construct()

public __construct(Closure $old, Closure $new[, Closure|null $comparison = null ]) : mixed
Parameters
$old : Closure
$new : Closure
$comparison : Closure|null = null
Return values
mixed

Search results