Automattic\WooCommerce\Blueprint

ExportSchema::__constructpublicWC 1.0

ExportSchema constructor.

Метод класса: ExportSchema{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

$ExportSchema = new ExportSchema();
$ExportSchema->__construct( $exporters );
$exporters(StepExporter[])
Array of step exporters.
По умолчанию: array()

Код ExportSchema::__construct() WC 10.0.2

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