CSVOutput implements Output
Read onlyYes
FinalYes
Interfaces
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
LoaderstdoutLoader()
public
stdoutLoader() : Loader
Return values
Loadertype()
public
type() : Type