PHP 클래스 Give_Batch_Payments_Export, Give

부터: 1.5
상속: extends Give_Batch_Export
파일 보기 프로젝트 열기: wordimpress/give

공개 프로퍼티들

프로퍼티 타입 설명
$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

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