WC_CSV_Batch_Exporter::__construct() public WC 1.0
Constructor.
{} Это метод класса: WC_CSV_Batch_Exporter{}
Хуков нет.
Возвращает
Null. Ничего.
Использование
$WC_CSV_Batch_Exporter = new WC_CSV_Batch_Exporter(); $WC_CSV_Batch_Exporter->__construct();
Код WC_CSV_Batch_Exporter::__construct() WC CSV Batch Exporter:: construct WC 5.0.0
public function __construct() {
$this->column_names = $this->get_default_column_names();
}