Automattic\WooCommerce\Database\Migrations
MetaToCustomTableMigrator::__construct()
MetaToCustomTableMigrator constructor.
Method of the class: MetaToCustomTableMigrator{}
No Hooks.
Return
null
. Nothing (null).
Usage
$MetaToCustomTableMigrator = new MetaToCustomTableMigrator(); $MetaToCustomTableMigrator->__construct();
MetaToCustomTableMigrator::__construct() MetaToCustomTableMigrator:: construct code WC 9.7.1
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(); }