Flow PHP

BranchingLoader implements Closure, Discardable, Loader, OverridingLoader, ReplayAware

FinalYes

Interfaces

Closure
Loaders implementing this adapter will be additionally notified by the pipeline about the last set of Rows processed by the pipeline.
Discardable
Loaders implementing this adapter will be notified by the pipeline when a run ends without reaching its last set of Rows - it threw, or the caller walked away from the generator - and when their own closure() threw.
Loader
OverridingLoader
Loaders implementing OverridingLoader interface overrides one or more loaders.
ReplayAware

Methods

__construct()  : mixed
closure()  : void
discard()  : void
load()  : void
loaders()  : array<string|int, Loader>
replaySafe()  : bool
withTransformation()  : self

Methods

On this page

Search results