Beispiel #1
0
 public static function init()
 {
     if (null == self::$app) {
         self::$app = new Plugin_Name\App();
         self::$app->run();
     }
     return self::$app;
 }