Example #1
0
 /**
  * 
  */
 public function launch()
 {
     $page = new extasytestAdminLauncher();
     $page->process();
 }
Example #2
0
 public static function main()
 {
     $page = new extasytestAdminLauncher();
     $page->process();
 }