TableWriter
interface TableWriter (View source)
Methods
Details
start(array $columns)
Start writing, declaring the columns that will be provided.
Must be called before writeRecord()
writeRecord(array $record)
Write a single record.
finish()
Finish writing.
writeRecord() must not be called after this