WC_CSV_Batch_Exporter::__constructpublicWC 1.0

Constructor.

Method of the class: WC_CSV_Batch_Exporter{}

No Hooks.

Returns

null. Nothing (null).

Usage

$WC_CSV_Batch_Exporter = new WC_CSV_Batch_Exporter();
$WC_CSV_Batch_Exporter->__construct();

WC_CSV_Batch_Exporter::__construct() code WC 10.6.2

public function __construct() {
	$this->column_names = $this->get_default_column_names();
}