Example #1
0
 /**
  * Creates instance of installer class and then runs installation functions
  */
 public static function run()
 {
     $installer = new self();
     $installer->transfer_options();
     $installer->create_default_forms();
 }