FloeStreamWriter
FinalYes
Methods
- __construct() : mixed
- close() : void
- create() : void
- resume() : void
- unionSchema() : Schema
- write() : void
- writerVersion() : string
Methods
__construct()
public
__construct(Schema $schema[, Options $options = new Options() ][, Hydrator|null $hydrator = null ][, FloeEngine $engine = FloeEngine::adaptive ]) : mixed
Parameters
- $schema : Schema
- $options : Options = new Options()
- $hydrator : Hydrator|null = null
- $engine : FloeEngine = FloeEngine::adaptive
Tags
close()
public
close() : void
Tags
create()
public
create(DestinationStream $stream[, Metadata|null $metadata = null ]) : void
Parameters
- $stream : DestinationStream
- $metadata : Metadata|null = null
Tags
resume()
public
resume(DestinationStream $stream, Footer $footer, int $fileLength[, Metadata|null $metadata = null ]) : void
Parameters
Tags
unionSchema()
public
static unionSchema(Rows $rows) : Schema
Parameters
- $rows : Rows
Return values
Schemawrite()
public
write(Rows $rows) : void
Parameters
- $rows : Rows
Tags
writerVersion()
public
static writerVersion() : string