DownloadStatisticsExporter
class DownloadStatisticsExporter (View source)
Constants
protected DATETIME_OUTPUT_FORMAT |
|
protected MAX_ITEMS_PER_QUERY |
|
Properties
protected File | $file | ||
protected Writer | $writer | ||
protected DateTimeZone | $appTimezone | ||
protected EntityManager | $entityManager |
Methods
__construct(File $file, Writer $writer, Date $dateService, EntityManagerInterface $entityManager)
No description
insertHeaders()
Insert the header row.
insertRecords()
Insert all the record rows.
generateHeaders()
No description
generateRecordList()
No description
Details
__construct(File $file, Writer $writer, Date $dateService, EntityManagerInterface $entityManager)
No description
DownloadStatisticsExporter
insertHeaders()
Insert the header row.
DownloadStatisticsExporter
insertRecords()
Insert all the record rows.
protected Generator
generateHeaders()
No description
protected Generator
generateRecordList()
No description
protected Generator
generateRecord(DownloadStatistics $record)
No description