ReportCSVExporter
ReportCSVExporter Class.
Description Description
Source Source
File: packages/woocommerce-admin/src/ReportCSVExporter.php
Methods Methods
- __construct — Constructor.
- generate_row_data — Get the export row for a given report item.
- get_percent_complete — Get total % complete.
- get_raw_row_data — Generate row data from a raw report item.
- get_report_columns — Get the report columns from the controller.
- get_total_rows — Get total number of rows in export.
- map_report_controller — Get a REST controller instance for the report type.
- prepare_data_to_export — Prepare data for export.
- set_report_args — Setter for report args.
- set_report_type — Setter for report type.