Свойство | Тип | Описание | |
---|---|---|---|
$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 ( ) | Headers | |
pre_fetch ( ) | Pre Fetch | |
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 |
public get_percentage_complete ( ) : integer | ||
Результат | integer |
public set_properties ( array $request ) | ||
$request | array | The Form Data passed into the batch processing |
public string $export_type | ||
Результат | string |
public bool $is_void | ||
Результат | boolean |
public int $per_step | ||
Результат | integer |