Easy Digital Downloads
  • Package
  • Class
  • Tree

Packages

  • EDD
    • Admin
      • Actions
      • Add-ons
      • Dashboard
      • Discounts
      • Downloads
      • Export
      • Notices
      • Pages
      • Payments
      • Reports
      • Settings
      • System
      • Upgrades
      • Upload
      • Welcome
    • Cart
    • Checkout
    • Classes
      • API
      • Fees
      • HTML
      • Roles
      • Session
    • Emails
    • Functions
      • AJAX
      • Compatibility
      • Errors
      • Formatting
      • Install
      • Login
      • Taxes
      • Templates
    • Gateways
    • Logging
    • Payments
    • Shortcodes
    • Widgets

Classes

  • EDD_API_Request_Log_Table
  • EDD_Customer_Reports_Table
  • EDD_Customers_Export
  • EDD_Download_History_Export
  • EDD_Download_Reports_Table
  • EDD_Export
  • EDD_File_Downloads_Log_Table
  • EDD_Gateway_Error_Log_Table
  • EDD_Payments_Export
  • EDD_Sales_Log_Table

Functions

  • edd_draw_chart_image
  • edd_estimated_monthly_stats
  • edd_generate_pdf
  • edd_get_report_dates
  • edd_log_default_views
  • edd_log_views
  • edd_logs_view_api_requests
  • edd_logs_view_file_downloads
  • edd_logs_view_gateway_errors
  • edd_logs_view_sales
  • edd_parse_report_dates
  • edd_report_views
  • edd_reporting_contextual_help
  • edd_reports_customers_table
  • edd_reports_default_views
  • edd_reports_downloads_table
  • edd_reports_earnings
  • edd_reports_graph
  • edd_reports_graph_controls
  • edd_reports_page
  • edd_reports_tab_export
  • edd_reports_tab_logs
  • edd_reports_tab_reports
  • edd_reports_taxes

Class EDD_Export

EDD_Export Class

Direct known subclasses

EDD_Customers_Export, EDD_Download_History_Export, EDD_Payments_Export

Package: EDD\Admin\Reports
Copyright: Copyright (c) 2013, Pippin Williamson
License: GNU Public License
Since: 1.4.4
Located at includes/admin/reporting/class-export.php

Methods summary

public boolean
# can_export( )

Can we export?

Can we export?

Returns

boolean
Whether we can export or not

Since

1.4.4

Used by

EDD_Export::export()
public
# headers( )

Set the export headers

Set the export headers

Since

1.4.4

Used by

EDD_Export::export()
public array
# csv_cols( )

Set the CSV columns

Set the CSV columns

Returns

array
$cols All the columns

Since

1.4.4
public array
# get_csv_cols( )

Retrieve the CSV columns

Retrieve the CSV columns

Returns

array
$cols Array of the columns

Since

1.4.4

Used by

EDD_Export::csv_cols_out()
public
# csv_cols_out( )

Output the CSV columns

Output the CSV columns

Since

1.4.4

Uses

EDD_Export::get_csv_cols()

Used by

EDD_Export::export()
public array
# get_data( )

Get the data being exported

Get the data being exported

Returns

array
$data Data for Export

Since

1.4.4
public
# csv_rows_out( )

Output the CSV rows

Output the CSV rows

Since

1.4.4

Used by

EDD_Export::export()
public
# export( )

Perform the export

Perform the export

Since

1.4.4

Uses

EDD_Export::can_export()
EDD_Export::headers()
EDD_Export::csv_cols_out()
EDD_Export::csv_rows_out()

Magic methods summary

Properties summary

public string $export_type
#

Our export type. Used for export-type specific filters/actions

Our export type. Used for export-type specific filters/actions

Since

1.4.4
Easy Digital Downloads API documentation generated by ApiGen 2.8.0