Ejemplo n.º 1
0
 /**
  * 
  */
 public function launch()
 {
     $page = new extasytestAdminLauncher();
     $page->process();
 }
Ejemplo n.º 2
0
 public static function main()
 {
     $page = new extasytestAdminLauncher();
     $page->process();
 }