Example #1
0
 public static function init()
 {
     if (empty(self::$obj)) {
         self::$obj = new Route();
     }
     return self::$obj;
 }