Example #1
0
 private static function instance()
 {
     if (!self::$routeInstance) {
         self::$routeInstance = new Route();
     }
     return self::$routeInstance;
 }