/**
  * return EE_DMS_Core_4_9_0
  */
 public function __construct()
 {
     $this->_pretty_name = __("Data Migration to Event Espresso 4.9.0.P", "event_espresso");
     $this->_priority = 10;
     $this->_migration_stages = array(new EE_DMS_4_9_0_Email_System_Question(), new EE_DMS_4_9_0_Answers_With_No_Registration());
     parent::__construct();
 }
 /**
  * return EE_DMS_Core_4_7_0
  */
 public function __construct()
 {
     $this->_pretty_name = __("Data Migration to Event Espresso 4.7.0.p", "event_espresso");
     $this->_priority = 10;
     $this->_migration_stages = array(new EE_DMS_4_7_0_Add_Taxes_To_REG_Final_Price(), new EE_DMS_4_7_0_Registration_Payments());
     parent::__construct();
 }
 /**
  * return EE_DMS_Core_4_6_0
  */
 public function __construct()
 {
     $this->_pretty_name = __("Data Migration to Event Espresso 4.6.0.P", "event_espresso");
     $this->_priority = 10;
     $this->_migration_stages = array(new EE_DMS_4_6_0_gateways(), new EE_DMS_4_6_0_payment_method_currencies(), new EE_DMS_4_6_0_question_types(), new EE_DMS_4_6_0_country_system_question(), new EE_DMS_4_6_0_state_system_question(), new EE_DMS_4_6_0_billing_info(), new EE_DMS_4_6_0_transactions(), new EE_DMS_4_6_0_payments(), new EE_DMS_4_6_0_invoice_settings());
     parent::__construct();
 }
 public function __construct()
 {
     $this->_pretty_name = __("Data Migration to Event Espresso 4.3.0.P", "event_espresso");
     $this->_priority = 10;
     $this->_migration_stages = array(new EE_DMS_4_3_0_question_option_order(), new EE_DMS_4_3_0_event_message_templates(), new EE_DMS_4_3_0_critical_page_shortcode_tracking());
     parent::__construct();
 }
 public function __construct()
 {
     $this->_pretty_name = __("Data Migration to Event Espresso 4.2.0.P", "event_espresso");
     $this->_priority = 10;
     $this->_migration_stages = array(new EE_DMS_4_2_0_question_group_questions(), new EE_DMS_4_2_0_datetime_fields());
     parent::__construct();
 }
 /**
  * return EE_DMS_Core_4_8_0
  */
 public function __construct()
 {
     $this->_pretty_name = __("Data Migration to Event Espresso 4.8.0.P (for promotions)", "event_espresso");
     $this->_priority = 10;
     $this->_migration_stages = array(new EE_DMS_4_8_0_pretax_totals(), new EE_DMS_4_8_0_event_subtotals());
     parent::__construct();
 }
 public function __construct()
 {
     $this->_pretty_name = __("Data Migration to Event Espresso 4.5.0.P", "event_espresso");
     $this->_priority = 10;
     $this->_migration_stages = array(new EE_DMS_4_5_0_update_wp_user_for_tickets(), new EE_DMS_4_5_0_update_wp_user_for_prices(), new EE_DMS_4_5_0_update_wp_user_for_price_types(), new EE_DMS_4_5_0_update_wp_user_for_question_groups(), new EE_DMS_4_5_0_invoice_settings());
     parent::__construct();
 }
 public function __construct()
 {
     $this->_pretty_name = __("Data Migration to Event Espresso 4.1.0P", "event_espresso");
     $this->_priority = 10;
     $this->_migration_stages = array(new EE_DMS_4_1_0_org_options(), new EE_DMS_4_1_0_shortcodes(), new EE_DMS_4_1_0_gateways(), new EE_DMS_4_1_0_events(), new EE_DMS_4_1_0_prices(), new EE_DMS_4_1_0_category_details(), new EE_DMS_4_1_0_event_category(), new EE_DMS_4_1_0_venues(), new EE_DMS_4_1_0_event_venue(), new EE_DMS_4_1_0_question_groups(), new EE_DMS_4_1_0_questions(), new EE_DMS_4_1_0_question_group_question(), new EE_DMS_4_1_0_event_question_group(), new EE_DMS_4_1_0_attendees(), new EE_DMS_4_1_0_line_items(), new EE_DMS_4_1_0_answers(), new EE_DMS_4_1_0_checkins());
     parent::__construct();
 }
 /**
  * All children of this must call parent::__construct() at the end of their constructor or suffer the consequences!
  */
 public function __construct()
 {
     $this->_migration_stages = array();
     $this->_pretty_name = __("Fatal Uncatchable Error Occurred", "event_espresso");
     //		dd($this);
     parent::__construct();
 }
 public function __construct()
 {
     $this->_pretty_name = __('Create Promotions Addon table', 'event_espresso');
     $this->_migration_stages = array();
     parent::__construct();
 }
 public function __construct()
 {
     $this->_pretty_name = __("Data Migration of Calendar Data from EE3 to EE4", "event_espresso");
     $this->_migration_stages = array(new EE_DMS_Calendar_3_0_0_options(), new EE_DMS_Calendar_3_0_0_metadata());
     parent::__construct();
 }
 public function __construct()
 {
     $this->_pretty_name = __("Data Migration to New Addon 0.0.2", "event_espresso");
     $this->_migration_stages = array();
     parent::__construct();
 }