PHP 클래스 Give_Tools_Recount_Income, Give

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

공개 프로퍼티들

프로퍼티 타입 설명
$export_type string Our export type. Used for export-type specific filters/actions
$is_void boolean Allows for a non-form batch processing to be run.
$per_step integer Sets the number of items to pull on each step

공개 메소드들

메소드 설명
export ( ) : void Perform the export
get_data ( ) : array Get the Export Data
get_percentage_complete ( ) : integer Return the calculated completion percentage
headers ( )
process_step ( ) : boolean Process a step
set_properties ( array $request ) Set the properties specific to the payments export

비공개 메소드들

메소드 설명
delete_data ( string $key ) : void Delete an option
get_stored_data ( string $key ) : mixed Given a key, get the information from the Database Directly
store_data ( string $key, mixed $value ) : void Give a key, store the value

메소드 상세

export() 공개 메소드

Perform the export
부터: 1.5
public export ( ) : void
리턴 void

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

headers() 공개 메소드

public headers ( )

process_step() 공개 메소드

Process a step
부터: 1.5
public process_step ( ) : boolean
리턴 boolean

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

$is_void 공개적으로 프로퍼티

Allows for a non-form batch processing to be run.
부터: 1.5
public bool $is_void
리턴 boolean

$per_step 공개적으로 프로퍼티

Sets the number of items to pull on each step
부터: 1.5
public int $per_step
리턴 integer