Automattic\WooCommerce\Blueprint
ExportSchema::__construct
ExportSchema constructor.
Method of the class: ExportSchema{}
No Hooks.
Returns
null. Nothing (null).
Usage
$ExportSchema = new ExportSchema(); $ExportSchema->__construct( $exporters );
- $exporters(StepExporter[])
- Array of step exporters.
Default:array()
ExportSchema::__construct() ExportSchema:: construct code WC 10.8.1
public function __construct( $exporters = array() ) {
$this->exporters = $exporters;
}