프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$export_type | string | Our export type. Used for export-type specific filters/actions |
메소드 | 설명 | |
---|---|---|
can_export ( ) : boolean | Can we export? | |
csv_cols ( ) : array | Set the CSV columns | |
csv_cols_out ( ) : void | Output the CSV columns | |
csv_rows_out ( ) : void | Output the CSV rows | |
export ( ) : void | Perform the export | |
get_csv_cols ( ) : array | Retrieve the CSV columns | |
get_data ( ) : array | Get the data being exported | |
headers ( ) : void | Set the export headers |
public can_export ( ) : boolean | ||
리턴 | boolean | Whether we can export or not |
public get_csv_cols ( ) : array | ||
리턴 | array | $cols Array of the columns |
public string $export_type | ||
리턴 | string |