CsvPrinter
in package
Class CsvPrinter
Table of Contents
Properties
- $file : mixed
- $hasHeader : mixed
- $headers : mixed
Methods
- __construct() : mixed
- printHeader() : mixed
- printRow() : mixed
Properties
$file
public
mixed
$file
$hasHeader
public
mixed
$hasHeader
= FALSE
$headers
public
mixed
$headers
Methods
__construct()
public
__construct(mixed $file, mixed $headers) : mixed
Parameters
- $file : mixed
- $headers : mixed
printHeader()
public
printHeader() : mixed
printRow()
public
printRow(mixed $test, mixed $values) : mixed
Parameters
- $test : mixed
- $values : mixed