WriterInterface
interface WriterInterface
Classes implementing this interface can write collection to csv file Interface WriterInterface
Methods
mixed
prepare()
Prepare the writer before writing the items
mixed
mixed
mixed
writeCollection(mixed $collection)
No description
$this
finish()
Wrap up the writer after all items have been written
Details
at line 27
mixed
prepare()
Prepare the writer before writing the items
at line 34
mixed
writeItem(CSVEntityInterface $entity)
at line 41
mixed
writeCustomItem(PrimaryKeyInterface $entity)
at line 49
mixed
writeCollection(mixed $collection)
at line 56
$this
finish()
Wrap up the writer after all items have been written