PHP 클래스 Give_Earnings_Export, Give

부터: 1.0
상속: extends Give_Export
파일 보기 프로젝트 열기: wordimpress/give 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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
headers ( ) : void Set the export headers

메소드 상세

csv_cols() 공개 메소드

Set the CSV columns
부터: 1.0
public csv_cols ( ) : array
리턴 array $cols All the columns

get_data() 공개 메소드

Get the Export Data
부터: 1.0
public get_data ( ) : array
리턴 array $data The data for the CSV file

headers() 공개 메소드

Set the export headers
부터: 1.6
public headers ( ) : void
리턴 void

프로퍼티 상세

$export_type 공개적으로 프로퍼티

Our export type. Used for export-type specific filters/actions
부터: 1.0
public string $export_type
리턴 string