Example #1
0
 /**
  * Resets all the route and cleaning the container
  *
  * @static
  * @return void
  */
 public static function reset()
 {
     self::$routes = array();
     self::$matched_route = null;
 }