Flow PHP

CSVOutput implements Output

Read onlyYes
FinalYes

Interfaces

Output

Methods

__construct()  : mixed
memoryLoader()  : Loader
stdoutLoader()  : Loader
type()  : Type

Methods

__construct()

public __construct([bool $withHeader = true ][, string $separator = ',' ][, string $enclosure = '"' ][, string $escape = '\' ][, string $newLineSeparator = PHP_EOL ][, string $datetimeFormat = DateTimeInterface::ATOM ]) : mixed
Parameters
$withHeader : bool = true
$separator : string = ','
$enclosure : string = '"'
$escape : string = '\'
$newLineSeparator : string = PHP_EOL
$datetimeFormat : string = DateTimeInterface::ATOM

memoryLoader()

public memoryLoader(string $id) : Loader
Parameters
$id : string
Return values
Loader

stdoutLoader()

public stdoutLoader() : Loader
Return values
Loader

        
On this page

Search results