public reConfigure (mixed $pattern, [mixed $paths]) Reconfigure the route adding a new pattern and a set
public getMatch () Returns the ‘match’ callback if any
public static getRoutePaths ([mixed $paths]) Returns routePaths
public compilePattern (mixed $pattern) Replaces placeholders from pattern returning a valid PCRE regular expression
public convert (mixed $name, mixed $converter) Adds a converter to perform an additional transformation for
public match (mixed $callback) Allows to set a callback to handle the request directly in the route
public setHttpMethods (mixed $httpMethods) Sets a set of HTTP methods that constraint the matching of the route (alias
public extractNamedParams (mixed $pattern) Extracts parameters from a string
public beforeMatch (mixed $callback) Sets a callback that is called if the route is matched. The developer can implement
public getCompiledPattern () Returns the route’s compiled pattern
Page 2 of 3