CsvWriter
class CsvWriter (View source)
A Writer class for Express Entry objects
Properties
protected Writer | $writer |
Methods
Details
__construct(Writer $writer)
No description
insertHeaders(Entity $entity)
No description
insertEntryList(EntryList $list)
Insert all data from the passed EntryList
private Generator
projectList(EntryList $list)
A generator that takes an EntryList and converts it to CSV rows
private array
projectEntry(Entry $entry)
Turn an Entry into an array