public addConnect (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router
public wasMatched () Checks if the router matches any of the defined routes
public addGet (mixed $pattern, [mixed $paths], [mixed $position]) Adds a route to the router that
public setDefaultController (mixed $controllerName) Sets the default controller name
public getBeforeMatch () Returns the ‘before match’ callback if any
public getRoutes () Returns all the routes defined in the router
abstract public getRoutes () ...
public Phalcon\Mvc\Router\Route addHead (string
public setHostname (mixed $hostname) Sets a hostname restriction to the route
Page 2 of 14