CSVOutput implements Output
Read onlyYes
FinalYes
Interfaces
Methods
- __construct() : mixed
- loader() : 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
loader()
public
loader(Path $path) : Loader
Parameters
- $path : Path
Return values
Loadertype()
public
type() : Type