public setDefaultAction (mixed $actionName) Sets the default action name
public setDefaultController (mixed $controllerName) Sets the default controller name
public removeExtraSlashes (mixed $remove) Set whether router must remove the extra slashes in the handled routes
public notFound (mixed $paths) Set a group of paths to be returned when none of the defined routes are matched
integer POSITION_LAST
integer POSITION_FIRST
public mount (Phalcon\Mvc\Router\GroupInterface $group) Mounts a group of routes in the router
public getParams () Returns the processed parameters
public isExactControllerName () Returns whether controller name should not be mangled
public getRewriteUri () Get rewrite info. This info is read from $_GET[‘_url’]. This returns ‘/’ if the rewrite information cannot be read
Page 86 of 382