Beispiel #1
0
 /**
  * Push route to the end of the routes table
  *
  * @param array $route
  */
 public static function push($route)
 {
     self::$_routes = array_merge(self::$_routes, $route);
 }