Phalcon\Mvc\RouterInterface initializer
Sets the name of the default module
Sets the default controller name
Sets the default action name
Sets an array of default paths
Handles routing information received from the rewrite engine
Adds a route to the router on any HTTP method
Adds a route to the router that only match if the HTTP method is GET
Adds a route to the router that only match if the HTTP method is POST
Adds a route to the router that only match if the HTTP method is PUT
Adds a route to the router that only match if the HTTP method is DELETE
Add a route to the router that only match if the HTTP method is OPTIONS
Add a route to the router that only match if the HTTP method is PATCH
Adds a route to the router that only match if the HTTP method is HEAD
Removes all the defined routes
Returns processed module name
Returns processed controller name
Returns processed action name
Returns processed extra params
Returns the route that matchs the handled URI
Return the sub expressions in the regular expression matched
Check if the router macthes any of the defined routes
Return all the routes defined in the router
Returns a route object by its id
Returns a route object by its name
Returns whether controller name should not be mangled
© 2011–2016 Phalcon Framework Team
Licensed under the Creative Commons Attribution License 3.0.
https://docs.phalconphp.com/en/2.0.0/api/Phalcon_Mvc_RouterInterface.html