abstract public setHostname (mixed $hostname) ...
public addTrace (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that
public setHostname (mixed $hostname) Set a hostname restriction for all the routes in the group
public add (mixed $pattern, [mixed $paths], [mixed $httpMethods]) Adds a route to the router on
abstract public setHttpMethods (mixed $httpMethods) ...
public match (mixed $callback) Allows to set a callback to handle the request directly in the route
abstract public static reset () ...
public handle ([mixed $uri]) Produce the routing parameters from the rewrite information
public setHttpMethods (mixed $httpMethods) Sets a set of HTTP methods that constraint the matching of the route (alias
public addPost (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that
Page 10 of 14