Automattic\WooCommerce\Blueprint
ExportSchema::__construct
ExportSchema constructor.
Метод класса: ExportSchema{}
Хуков нет.
Возвращает
null
. Ничего (null).
Использование
$ExportSchema = new ExportSchema(); $ExportSchema->__construct( $exporters );
- $exporters(StepExporter[])
- Array of step exporters.
По умолчанию: array()
Код ExportSchema::__construct() ExportSchema:: construct WC 10.0.2
public function __construct( $exporters = array() ) { $this->exporters = $exporters; }