Свойство | Type | Description | |
---|---|---|---|
$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 |
Méthode | Description | |
---|---|---|
export ( ) : void | Perform the export | |
get_data ( ) : array | Get the Export Data | |
get_percentage_complete ( ) : integer | Return the calculated completion percentage | |
headers ( ) | ||
pre_fetch ( ) : void | Zero out the data on step one | |
process_step ( ) : boolean | Process a step | |
set_properties ( array $request ) | Set the properties specific to the payments export |
Méthode | Description | |
---|---|---|
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 | ||
Résultat | integer |
public set_properties ( array $request ) | ||
$request | array | The Form Data passed into the batch processing |
public string $export_type | ||
Résultat | string |
public bool $is_void | ||
Résultat | boolean |
public int $per_step | ||
Résultat | integer |