public getMatchedRoute () Returns the route that matches the handled URI
public setDefaultTask (mixed $taskName) Sets the default controller name
public getModuleName () Returns proccesed module name
public setDefaults (array $defaults) Sets an array of default paths. If a route is missing a path the router will
public setDefaultAction (mixed $actionName) Sets the default action name
public getRouteByName (mixed $name) Returns a route object by its name
public getActionName () Returns processed action name
public wasMatched () Checks if the router matches any of the defined routes
implements Phalcon\Di\InjectionAwareIn
public getRoutes () Returns all the routes defined in the router
Page 1 of 2