Automattic\WooCommerce\Database\Migrations
MetaToCustomTableMigrator::__construct
MetaToCustomTableMigrator constructor.
Метод класса: MetaToCustomTableMigrator{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$MetaToCustomTableMigrator = new MetaToCustomTableMigrator(); $MetaToCustomTableMigrator->__construct();
Код MetaToCustomTableMigrator::__construct() MetaToCustomTableMigrator:: construct WC 10.6.2
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();
}