ReplicationResult
extends Result
Table of Contents
Methods
-
__construct()
: mixed
-
addThrowable()
: static
-
convertFromResult()
: static
-
getPayload()
: mixed
-
merge()
: static
-
writeToLog()
: static
__construct()
public
__construct(AbstractReplicator $replicator) : mixed
Parameters
-
$replicator
: AbstractReplicator
-
addThrowable()
public
addThrowable(Throwable $throwable) : static
Parameters
-
$throwable
: Throwable
-
convertFromResult()
public
convertFromResult(Result $result) : static
Parameters
-
$result
: Result
-
getPayload()
public
getPayload() : mixed
merge()
public
merge(Result ...$results) : static
Parameters
-
$results
: Result
-
writeToLog()
public
writeToLog() : static