PHP Class Give_Batch_Forms_Export, Give

Since: 1.5
Inheritance: extends Give_Batch_Export
Afficher le fichier Open project: wordimpress/give

Méthodes publiques

Свойство Type Description
$export_type string Our export type. Used for export-type specific filters/actions

Méthodes publiques

Méthode Description
csv_cols ( ) : array Set the CSV columns
get_data ( ) : array Get the Export Data
get_percentage_complete ( ) : integer Return the calculated completion percentage

Method Details

csv_cols() public méthode

Set the CSV columns
Since: 1.5
public csv_cols ( ) : array
Résultat array $cols All the columns

get_data() public méthode

Get the Export Data
Since: 1.5
public get_data ( ) : array
Résultat array $data The data for the CSV file

get_percentage_complete() public méthode

Return the calculated completion percentage
Since: 1.5
public get_percentage_complete ( ) : integer
Résultat integer

Property Details

$export_type public_oe property

Our export type. Used for export-type specific filters/actions
Since: 1.5
public string $export_type
Résultat string