Lines:
1 to 23 of 23
<?php /** * Payments Export Class * * This class handles payment export in batches * * @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_Payments_Export */ /* function EDD_Batch_Payments_Export::csv_cols() – Set the CSV columns */ /* function EDD_Batch_Payments_Export::get_data() – Get the Export Data */ /* function EDD_Batch_Payments_Export::get_percentage_complete() – Return the calculated completion percentage */ /* function EDD_Batch_Payments_Export::set_properties() – Set the properties specific to the payments export */