class ChainedBatchTruthTest

Methods

__construct(Closure $callback)

Create a new truth test instance.

bool
__invoke(PendingBatch $pendingBatch)

Invoke the truth test with the given pending batch.

Details

at line 17
__construct(Closure $callback)

Create a new truth test instance.

Parameters

Closure $callback

the underlying truth test

at line 25
bool __invoke(PendingBatch $pendingBatch)

Invoke the truth test with the given pending batch.

Parameters

PendingBatch $pendingBatch

Return Value

bool