PHP Class Give_Earnings_Export, Give

Since: 1.0
Inheritance: extends Give_Export
ファイルを表示 Open project: wordimpress/give Class Usage Examples

Public Properties

Property Type Description
$export_type string Our export type. Used for export-type specific filters/actions

Public Methods

Method Description
csv_cols ( ) : array Set the CSV columns
get_data ( ) : array Get the Export Data
headers ( ) : void Set the export headers

Method Details

csv_cols() public method

Set the CSV columns
Since: 1.0
public csv_cols ( ) : array
return array $cols All the columns

get_data() public method

Get the Export Data
Since: 1.0
public get_data ( ) : array
return array $data The data for the CSV file

headers() public method

Set the export headers
Since: 1.6
public headers ( ) : void
return void

Property Details

$export_type public_oe property

Our export type. Used for export-type specific filters/actions
Since: 1.0
public string $export_type
return string