PHP Класс Give_Batch_Payments_Export, Give

С версии: 1.5
Наследование: extends Give_Batch_Export
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$export_type string Our export type. Used for export-type specific filters/actions.

Открытые методы

Метод Описание
csv_cols ( ) : array Set the CSV columns.
get_data ( ) : array Get the Export Data.
get_percentage_complete ( ) : integer Return the calculated completion percentage.
set_properties ( array $request ) Set the properties specific to the payments export.

Описание методов

csv_cols() публичный Метод

Set the CSV columns.
С версии: 1.5
public csv_cols ( ) : array
Результат array $cols All the columns.

get_data() публичный Метод

Get the Export Data.
С версии: 1.5
public get_data ( ) : array
Результат array $data The data for the CSV file.

get_percentage_complete() публичный Метод

Return the calculated completion percentage.
С версии: 1.5
public get_percentage_complete ( ) : integer
Результат integer

set_properties() публичный Метод

Set the properties specific to the payments export.
С версии: 1.5
public set_properties ( array $request )
$request array The Form Data passed into the batch processing.

Описание свойств

$export_type публичное свойство

Our export type. Used for export-type specific filters/actions.
С версии: 1.5
public string $export_type
Результат string