Automattic\WooCommerce\Database\Migrations

MetaToCustomTableMigrator::__construct()publicWC 1.0

MetaToCustomTableMigrator constructor.

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

Хуков нет.

Возвращает

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

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

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

Код MetaToCustomTableMigrator::__construct() WC 8.7.0

public function __construct() {
	$this->schema_config       = MigrationHelper::escape_schema_for_backtick( $this->get_schema_config() );
	$this->meta_column_mapping = $this->get_meta_column_config();
	$this->core_column_mapping = $this->get_core_column_mapping();
}