Flow PHP

FloeLoader implements Closure, Discardable, FileLoader, Loader, PartitioningLoader

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.
FileLoader
Loader
PartitioningLoader

Methods

__construct()  : mixed
closure()  : void
destination()  : Path
discard()  : void
load()  : void
partitionBy()  : static
saveMode()  : static
withSchema()  : static

Methods

destination()

public destination() : Path
Return values
Path
On this page

Search results