Lines:
1 to 23 of 23
<?php /** * Batch File Downloads Export Class * * This class handles file downloads export * * @package EDD * @subpackage Admin/Reports * @copyright Copyright (c) 2015, Pippin Williamson * @license http://opensource.org/licenses/gpl-2.0.php GNU Public License * @since 2.4 */ // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* class EDD_Batch_File_Downloads_Export */ /* function EDD_Batch_File_Downloads_Export::csv_cols() – Set the CSV columns */ /* function EDD_Batch_File_Downloads_Export::get_data() – Get the Export Data */ /* function EDD_Batch_File_Downloads_Export::get_percentage_complete() – Return the calculated completion percentage */ /* function EDD_Batch_File_Downloads_Export::set_properties() – */