Automattic\WooCommerce\Blueprint

ExportSchema::__constructpublicWC 1.0

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() code WC 10.8.1

public function __construct( $exporters = array() ) {
	$this->exporters = $exporters;
}