ExportWCTaxRates
in package
implements
StepExporter, HasAlias
Class ExportWCTaxRates
This class exports WooCommerce tax rates and implements the StepExporter interface.
Interfaces, Classes and Traits
- StepExporter
- HasAlias
Table of Contents
- export() : array<string|int, mixed>
- Export WooCommerce tax rates.
- get_alias() : string
- Get the alias.
- get_description() : string
- Return description used in the frontend.
- get_label() : string
- Return label used in the frontend.
- get_step_name() : string
- Get the name of the step.
- generateSteps() : array<string|int, mixed>
- Generate SQL steps for exporting data.
Methods
export()
Export WooCommerce tax rates.
public
export() : array<string|int, mixed>
Return values
array<string|int, mixed> — RunSqlget_alias()
Get the alias.
public
get_alias() : string
Return values
string — Alias name.get_description()
Return description used in the frontend.
public
get_description() : string
Return values
string — Description text.get_label()
Return label used in the frontend.
public
get_label() : string
Return values
string — Label text.get_step_name()
Get the name of the step.
public
get_step_name() : string
Return values
string — Step name.generateSteps()
Generate SQL steps for exporting data.
private
generateSteps(string $table) : array<string|int, mixed>
Parameters
- $table : string
-
Table identifier.