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